[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaPlus problem.
- From: Mark Hamburg <mhamburg@...>
- Date: Wed, 21 Jan 2004 09:03:55 -0800
on 1/20/04 11:30 PM, Joshua Jensen at jjensen@workspacewhiz.com wrote:
> reference counted garbage collection (built on the
> mark-sweep allocator... it does WONDERS for real-time performance)
One of the concerns with reference counting is the cost of manipulating
reference counts. Are you doing anything particularly clever or is this a
relatively naïve reference counting implementation?
Mark