Y
Hacker News
new
|
ask
|
show
|
jobs
by
esprehn
1918 days ago
According to this benchmark much larger binary size, but similar performance:
https://bellard.org/quickjs/bench.html
that was a while ago though.
1 comments
gigel82
1918 days ago
Also, standard support is abysmal in Hermes, whereas full ES6 support is already there for QuickJS.
link
ridiculous_fish
1918 days ago
Hermes is ES6 compliant to my knowledge.
link
nicoburns
1918 days ago
Not exactly by the looks of things. Kangax says 71% compliant. We tried Hermes at work and had to turn it off again because our app was crashing. That was before they implemented Proxy support, but I'm a little loathe to try it again.
https://kangax.github.io/compat-table/es6/#hermes0_7_0
link
ridiculous_fish
1918 days ago
My mistake, looks like some of the ES6 work is yet to be finished.
link