|
|
|
|
|
by alberth
4961 days ago
|
|
When then Programming Language Shootout use to include LuaJIT, it had a benchmark against Java. If you want to see just LuaJIT vs Lua, [1] is a good comparison. The reason why I liked the inclusion of LuaJIT in the Programming Language Shootout was that it compared LuaJIT to other language implementations not just on speed, but memory consumption and lines of code. All of which, LuaJIT typically dominated. [1] http://luajit.org/performance_x86.html |
|