Hacker News new | ask | show | jobs
by chalst 5213 days ago
Reference counting is generally quite a bit slower overall than stop-the-world garbage collection.

I guess you meant latency, where reference counting generally has better latency than incremental garbage collection.