Skip to content

Commit e966c63

Browse files
Updated Performance (markdown)
1 parent fbdcb05 commit e966c63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Performance.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Looking for a Faster TypeScript Build?
2+
3+
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.
4+
5+
See more at [the typescript-go repo](https://github.com/microsoft/typescript-go), or download it via the
6+
7+
- [npm package](https://www.npmjs.com/package/@typescript/native-preview)
8+
- [VS Code extension](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview)
9+
10+
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.
11+
12+
_____
13+
14+
_____
15+
116
> # 🛑 Read carefully before you jump to conclusions on this page!
217
318
There are easy ways to configure TypeScript to ensure faster compilations and editing experiences.

0 commit comments

Comments
 (0)