[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Casual object churn and efficiency.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 25 Jun 2004 11:35:31 -0300
> (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