[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: need help: some features of Lua don't fit well together
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 14 Apr 2015 17:33:24 -0500
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