Blog of Vincent Rolfs. Vincent is a freelance Software Engineer and IT-Consultant. He has more than ten years experience in developing complex applications on the web.| vincentrolfs.dev
Staging repo for development of native port of TypeScript - microsoft/typescript-go| GitHub
Previews of the native TypeScript port are now available on npm and for VS Code through the Visual Studio Marketplace!| TypeScript
JavaScript is slow!!! You could get that from the announcement with a 10x performance increase after migrating the TypeScript compiler to Go. The real story? Node.js works well at I/O but struggles with CPU-intensive tasks like compilation. Read more to learn in detail why and what you can learn from it for your systems design!| www.architecture-weekly.com
Today’s announcement by Microsoft: [...] we’ve begun work on a native port of the TypeScript compiler and tools. The native implementation will drastically improve editor startup, reduce most build times by 10×, and substantially reduce memory usage. This blog post looks at some of the details behind the news.| 2ality.com
Microsoft has previewed a port of the TypeScript compiler to native code with huge performance gains, including a […]| DEVCLASS