Turns out TypeScript is not the best language to make command line tooling, such as a TypeScript compiler, if you are even remotely performance conscious.
Shocking, I know.
Turns out TypeScript is not the best language to make command line tooling, such as a TypeScript compiler, if you are even remotely performance conscious.
Shocking, I know.
@zeux Well both are fast. So what's the issue.
time pnpm exec tsc -b --noEmit
pnpm exec tsc -b --noEmit 3.70s user 0.22s system 211% cpu 1.855 total
time pnpm exec tsgo -b --noEmit
pnpm exec tsgo -b --noEmit 1.25s user 0.21s system 294% cpu 0.496 total
Oh. Maybe you're right.