lua-users home
lua-l archive

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


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.