lua-users home
lua-l archive

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


On Thu, Oct 7, 2010 at 7:40 AM, Michal Kolodziejczyk <miko@wp.pl> wrote:
> (Of course "don't optimize" means "don't use implementation specific
> hack", but you still should use efficient algorithms).

among those, the first one is to reuse.   tables, in this case.  i
don't think LuaJIT's allocator/GC is 10 times faster than stock Lua's.

-- 
Javier