this post was submitted on 11 Mar 2025
29 points (100.0% liked)

TypeScript

931 readers
1 users here now

founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] NostraDavid@programming.dev 5 points 2 weeks ago (2 children)
Codebase Size (LOC) Current Native Speedup
VS Code 1,505,000 77.8s 7.5s 10.4x

Yoooo, a 10x faster vscode would be sick!

[–] NostraDavid@programming.dev 5 points 2 weeks ago (1 children)

Oh, oh! That also means that that "Doom in Typescript types" will run faster as well!

[–] spartanatreyu@programming.dev 1 points 1 week ago

Well... Assuming that it's not using bits of typescript that will be deprecated in TS 6 and removed in TS 7 (the native go implementation)

[–] NostraDavid@programming.dev 3 points 2 weeks ago (1 children)

For the sake of clarity, we’ll refer to them simply as TypeScript 6 (JS) and TypeScript 7 (native)...

We're currently at TS 5.7, so we're still off for quite a bit until TS7 hits?

[–] clot27@lemm.ee 1 points 1 week ago

YUP, probably a year or two

[–] FizzyOrange@programming.dev 4 points 2 weeks ago

Nice! According to the video it's about 3½x faster by using Go and the rest from multi threading.

I don't think I could ever go back to writing Go code after Rust, in spite of the way faster compile time, GC, not having to deal with the borrow checker, easier cross-compilation, bigger standard library, etc.

Writing the code is just too tedious.