Tag
#performance
2 articles tagged with this.
Engineering
Why TypeScript Is Leaving JavaScript Behind
TypeScript 6.0 is the last compiler written in JavaScript. TypeScript 7.0 will be built in Go. The reason why is a precise diagnosis of where JavaScript breaks down as a platform for serious tooling — and what that means for every JS developer.
#typescript#javascript#go+4
Architecture
WebAssembly in Production: Lessons from the Trenches
We shipped a video processing pipeline using WASM. The performance was real. So were the debugging nightmares, memory management surprises, and the JIT-killing patterns that cost us two weeks.
#webassembly#wasm#performance+2