Hacker News new | ask | show | jobs
by eru 5665 days ago
> But in the real world, reference-count based GC just has limited usage.

And in theory it doesn't fare much better. Proper garbage collection can have better performance, and does the Right Thing.