[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Optimizing Lua memory access/usage...
- From: "Joshua Jensen" <jjensen@...>
- Date: Mon, 10 Sep 2001 00:57:17 -0600
The other thing I have considered is a handle based allocator for all
Lua allocations. The handles would be dereferencable (no Lock()
required). The biggest advantage is that Lua's heap can become
ultra-fragmented (although it should strive not to, of course), and the
entire heap can be compacted.
There isn't time to investigate this for my current project, but if
anybody has any thoughts, I'd appreciate hearing about them.
Thanks,
Josh