Live data from Hacker News

JavaScript engines zoo – Compare every JavaScript engine

zoo.js.org

1–10 of 97 posts

Re: JavaScript engines zoo – Compare every JavaScript engine

#4
post #2

This is super cool, I didn't know JavaScriptCore consistently outperformed V8 And SpiderMonkey seems... not up there compared to the other 2

Disappointing for Firefox for such lower performance.

I just ran the JetStream2 benchmark and got:

- Firefox: 159 score

- Chromium: 235 score

That's on latest Fedora Linux and Ryzen 3600 CPU.

Re: JavaScript engines zoo – Compare every JavaScript engine

#9

I assume the 98% compatibility on ES6 for V8 is because they don't have tail call optimisation?

Pretty much. ES6+ scores are from running compat-table's test suite (https://compat-table.github.io/compat-table/es6/), along with their weighting. If you click on an engine's name to go to a page about it, there's a report at the bottom with failing tests.
Post reply on HN