lua-users home
lua-l archive

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


On Fri, Jan 7, 2011 at 9:07 AM, GrayFace <sergroj@mail.ru> wrote:
> Sounds messy. Storing values returned by luaL_ref is especially weird.

Yes, you could end up with a C extension that was actually slower than
the Lua equivalent.

Worth thinking about, because LuaJIT changes the game. Straight Lua
code can actually be faster than a custom C extension.

steve d.