lua-users home
lua-l archive

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


* Geoff Leyland:

> It took a while to work out how to stop LuaJIT optimising out the
> loops altogether - it might still be optimising more than I want.
> I'm sure this is not a good test, but for what it's worth:

It seems that if you use non-constant keys chosen from a small set,
the performance hit from using tables is much smaller.  Isn't that the
more relevant case?