Comment by igouy
1 year ago
> a handful of the benchmarks
Now made a little easier for your comparison
https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
1 year ago
> a handful of the benchmarks
Now made a little easier for your comparison
https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
Thanks. I calculated the geomean of the speed-up factors based on the average results (cpu secs) per benchmark. Overall, Lua 5.4.6 is factor 5.1 slower than V8 v23. Only in k-nucleotide Lua is slightly faster than V8, but in n-body Lua is even factor 26 slower.
Btw. it seems notable that Lua 5.4.6 is about 40% slower than Lua 5.4.1, see http://software.rochus-keller.ch/are-we-fast-yet_Lua_results....
Mind you its a bit unfair to compare nodejs with lua, a better example is luajit.
See https://news.ycombinator.com/item?id=42518508. LuaJIT was about factor two slower than the V8 in 2020.
2 replies →
Unfortunately, the comparison pages don't actually show every test, or even the same run, as the main pages. You'll find a lot of differences between what I linked, and what is linked here.