The managed resource API
Posted Mar 1, 2007 8:40 UTC (Thu) by
rwmj (guest, #5474)
In reply to:
The managed resource API by k8to
Parent article:
The managed resource API
The problem is that reference counting is the heaviest garbage collector there is. Real, well-implemented GCs[1] are much better than reference counting.
Rich.
[1] And they are rare. Java and Emacs have really bad GCs, but because everyone is familiar with them, they assume that GC itself is bad.
(
Log in to post comments)