Hacker News new | ask | show | jobs
by banachtarski 4041 days ago
Reference counting is still not the same as manual memory management, and there is a heavy cost to reference counting as well. Reference counting trades throughput for latency relative to a garbage collected runtime.