lulu-berlin / rusty-typescript

A TypeScript compiler written in Rust
https://twitter.com/TypescriptRusty
Apache License 2.0
235 stars 6 forks source link

performance diff #32

Open themre opened 5 years ago

themre commented 5 years ago

hi! this looks really nice. do you have any performance comparison to regular TypeScript?

lulu-berlin commented 5 years ago

Thanks :)

Currently only a very small number of functions of the TypeScript compiler were replaced with WASM and the rest is still the same old TS code. I don't expect to see any noticeable performance boost yet. There's a lot of work to do and pull requests are welcome!