
14 Feb
2010
14 Feb
'10
10:53 a.m.
2010/2/14 Florian Weimer
Most of the time, the concern is about pause times and the lack of upper bounds on them. With traditional reference counting, this is still a problem because if the last reference to a large data structure goes away, you need to free the whole data structure at once.
And this could be done... lazily! ;)