The native Go port of the TypeScript compiler makes builds roughly 10 times faster, cutting VS Code's own build time from 125 seconds to about 10-15 seconds.
CJ explains that TypeScript 7's native Go-ported compiler delivers roughly 10x faster builds, citing VS Code's build time dropping from 125 seconds to about 10 seconds and Sentry's from 140 to 15 seconds.
transcript
CJ Reynolds: So VS Code is a massive TypeScript codebase. And with TypeScript 6 before the native port, it used to take 125 seconds to build that whole codebase. Now it only takes 10 seconds with TypeScript 6.
extends · 2