lua-users home
lua-l archive

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


> 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.