It's very interesting to see how their benchmarks [1] progress over time. I would love to see a comparison with the alternatives. Perhaps that could show some of the benefits of writing this in Rust.<p>For another JavaScript parser, but written in TypeScript, check out Seafox [2]. It's also self-hosted [3], which I always enjoy seeing.<p>[1] <a href="https://boa-dev.github.io/boa/dev/bench/" rel="nofollow">https://boa-dev.github.io/boa/dev/bench/</a><p>[2] <a href="https://github.com/KFlash/seafox" rel="nofollow">https://github.com/KFlash/seafox</a><p>[3] <a href="https://en.wikipedia.org/wiki/Self-hosting_(compilers)" rel="nofollow">https://en.wikipedia.org/wiki/Self-hosting_(compilers)</a>