Comment by zooko_LeastAuth
13 years ago
That's the evolution Python went through as well: reference counting, then (in CPython 2.0) an adjunct cycle-collector, then (in PyPy) a non-reference-counting garbage collector.
Hopefully in future versions of PyPy an even better garbage collector. :-)
No comments yet
Contribute on Hacker News ↗