From e966c639821ca19aa261bfee35367e92be653d7c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 20 Feb 2026 15:24:58 -0800 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Performance.md b/Performance.md index c63f55d..37f4067 100644 --- a/Performance.md +++ b/Performance.md @@ -1,3 +1,18 @@ +# Looking for a Faster TypeScript Build? + +We are porting the existing TypeScript codebase to Go so that it can take advantage of native code speed and parallelization. This codebase will be the foundation of TypeScript 7.0. + +See more at [the typescript-go repo](https://github.com/microsoft/typescript-go), or download it via the + +- [npm package](https://www.npmjs.com/package/@typescript/native-preview) +- [VS Code extension](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview) + +You can and should still use resources on this page to investigate issues with speed (e.g. take a performance trace with TypeScript 5.9/6.0 to tell you which part of your code is the slowest), but we are looking for feedback on these native previews which are often up to 10x faster. + +_____ + +_____ + > # 🛑 Read carefully before you jump to conclusions on this page! There are easy ways to configure TypeScript to ensure faster compilations and editing experiences.