[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work2) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 18 Jun 2018 22:09:18 -0300
> 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.