lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I have silly little piece of code I use to compare language performance.
> Includes I/O and arrays(table in Lua obviously). When called with 20
> iterations Lua 5.4 runs 5.8s vs 7.8s in Lua 5.3. That's quite a
> significant performance jump! That is looking awesome!

Thanks for the feedback.

If you're curious, check out the new VM instructions with luac -l.
BTW, we also welcome feedback on luac. We may have missed something
when listing the new VM instructions.