That statement does not help. Which implementation of Javascript and what kind of benchmark is only 2x faster?
For starters, here is a good overview of Javascript interpreter performance:
https://bellard.org/quickjs/bench.html
I used the Ackermann Péter fucntion, still the same parameters (3, 6), on spidermoney (js engine for Firefox 74.0, windows 10, i7 8k)
Thanks for the link, I'll definitely dig down into that!
That statement does not help. Which implementation of Javascript and what kind of benchmark is only 2x faster?
For starters, here is a good overview of Javascript interpreter performance:
https://bellard.org/quickjs/bench.html