JavaScript engines zoo – Compare every JavaScript engine
1–10 of 97 posts
Re: JavaScript engines zoo – Compare every JavaScript engine
#2And SpiderMonkey seems... not up there compared to the other 2
Re: JavaScript engines zoo – Compare every JavaScript engine
#3That's a staggering accomplishment.
Re: JavaScript engines zoo – Compare every JavaScript engine
#4This is super cool, I didn't know JavaScriptCore consistently outperformed V8 And SpiderMonkey seems... not up there compared to the other 2
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
#5Re: JavaScript engines zoo – Compare every JavaScript engine
#6Re: JavaScript engines zoo – Compare every JavaScript engine
#7This is super cool, I didn't know JavaScriptCore consistently outperformed V8 And SpiderMonkey seems... not up there compared to the other 2
Re: JavaScript engines zoo – Compare every JavaScript engine
#8Is this right? Brimstone has a single contributor, 74k LoC (vs 1.3M for V8) and it's 97% compatible with ES6? That's a staggering accomplishment. https://github.com/Hans-Halverson/brimstone
Re: JavaScript engines zoo – Compare every JavaScript engine
#9I assume the 98% compatibility on ES6 for V8 is because they don't have tail call optimisation?
Re: JavaScript engines zoo – Compare every JavaScript engine
#10I assume the 98% compatibility on ES6 for V8 is because they don't have tail call optimisation?