[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 bug: 'mytable[mystring] or 0' wrongly 0
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 16 Nov 2009 18:34:16 -0200
> BTW: You'll get better performance if you don't fill the rd[]
> array backwards. It degrades into a hash table in this case.
That probably also applies to plain Lua.