Войдите или зарегистрируйтесь
Вы сможете писать комментарии и посты, ставить лайки и другое
Поиск
Тёмная тема

TypeScript 7 vs TypeScript 5 (real project measurements)

Hi guys. Without further ado, here are my real build time measurements for the TS project.

TypeScript 5
time npm run build

real    0m2,936s
user    0m5,075s
sys     0m0,289s

TypeScript 7
npm run build

real    0m0,520s
user    0m1,940s
sys     0m0,335s

real time comparison: 2.936s vs 0.520s, so TS 7 is 5.64 times faster.
I like the 7th Typescript! 😎
+1
1
0
Комментариев пока нет