lua-users home
lua-l archive

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


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