[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: I miss table.foreach
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 5 Sep 2013 08:59:32 +0200
On Thu, Sep 5, 2013 at 8:52 AM, David Demelier <demelier.david@gmail.com> wrote:
> For me, I personally miss more something like table.find (which never
> existed). A kind of function like that would be great :-),
The point is that table.find in C would probably not be _much_ faster
than the Lua version, although it would be interesting to have some
data.
This is why we have libraries, even if they're not standard ;)
steve d.