[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Building the fastest Lua interpreter.. automatically!
- From: Viacheslav Usov <via.usov@...>
- Date: Wed, 23 Nov 2022 14:06:19 +0100
On Wed, Nov 23, 2022 at 1:52 PM David Sicilia <dpsicilia@gmail.com> wrote:
> I took a look at the article but couldn't understand the essence of what makes it faster than LuaJIT
The author claims, apparently, that it is the table optimization that
gives it a serious edge. Everything else, apparently, makes it about
just as fast (which is, certainly, no small feat).
Cheers,
V.