mjanicek / rembulan

Rembulan, an implementation of Lua 5.3 for the Java Virtual Machine
Apache License 2.0
163 stars 28 forks source link

Performance comparsion with LuaJ #20

Open CaledoniaProject opened 7 years ago

CaledoniaProject commented 7 years ago

Hi there, can you attach a performance graph similar to LuaJ? e.g https://github.com/darmie/LuaJ#performance

I'd like to be able to run commands like the following

time java -cp lib/luaj-jse-3.0.1.jar lua test/lua/perf/binarytrees.lua 10
CaledoniaProject commented 7 years ago

It does seem to be faster than LuaJ