[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: pairs(t, skey) and ipairs(t, skey)
- From: Javier Guerra Giraldez <javier@...>
- Date: Wed, 2 Oct 2013 15:46:05 -0500
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
- References:
- Re: pairs(t, skey) and ipairs(t, skey), Dirk Laurie
- Re: pairs(t, skey) and ipairs(t, skey), Paul K
- Re: pairs(t, skey) and ipairs(t, skey), Luiz Henrique de Figueiredo
- Re: pairs(t, skey) and ipairs(t, skey), Tim Hill
- Re: pairs(t, skey) and ipairs(t, skey), Luiz Henrique de Figueiredo
- Re: pairs(t, skey) and ipairs(t, skey), Tim Hill
- Re: pairs(t, skey) and ipairs(t, skey), liam mail
- Re: pairs(t, skey) and ipairs(t, skey), Tim Hill
- Re: pairs(t, skey) and ipairs(t, skey), liam mail
- Re: pairs(t, skey) and ipairs(t, skey), Tim Hill