|
|
|
|
|
by eru
5282 days ago
|
|
Reference counting is slower than proper garbage collection, since it adds an overhead for each access, instead of just during the collection. (There are ways to make reference counting faster, but they are no longer quite so simple.) |
|
(That's not to say your main point is false. I don't actually know which is faster in general.)