lua-users home
lua-l archive

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


On Fri, Nov 19, 2010 at 7:59 AM, Mark Hamburg <mark@grubmah.com> wrote:
One step to take if the real concern is Vector3 is implement a suballocator that optimizes this case. Lua 5.2 may also help since it can recognize that Vector3 has no __gc metamethod.


I'm missing something here, how would this be implemented?
 
Petri