lua-users home
lua-l archive

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


On Wed, Oct 2, 2013 at 3:40 PM, Tim Hill <drtimhill@gmail.com> wrote:
> Lua does not provide an efficient means to do this.

I don't know about any hashtable implementation that allows this.

the fact that Lua manages to efficiently handle integer keys in tables
doesn't mean that "bare" tables are an appropriate structure to
replace simple arrays.

-- 
Javier