lua-users home
lua-l archive

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


> (Would the latter be one of the things traditionally covered
> efficiently by a 'generational' garbage collector?)

Probably. Quite recently, a student of mine posted a message asking
for "complete Lua programs that do a reasonable amount of memory
allocation" (http://lua-users.org/lists/lua-l/2004-06/msg00096.html),
Unfortunatelly, nobody replied :(

It seems that your mesh simplifier fits the bill :)

-- Roberto