lua-users home
lua-l archive

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


On Tue, Apr 14, 2015 at 5:25 PM, Coda Highland <chighland@gmail.com> wrote:
> It actually wouldn't optimize ipairs particularly well considering
> that ipairs stops at the first nil, and it would add overhead to every
> single write to the table -- not really a good tradeoff.


even worse, some of these updates are O(n)

-- 
Javier