Hacker News new | ask | show | jobs
by Chyzwar 1319 days ago
As someone that contributed to swc-cli, surcease benchmarks are pretty bad. SWC run in sync mode, blocking main thread, in addition they are not using benchmark.js or isolated tests.

See in my fork, swc is winning :P https://github.com/chyzwar/sucrase

Once swc-cli is re-written in rust with better IO results could be even more impressive.