Hacker News new | ask | show | jobs
by pkulak 1119 days ago
Ref-counting GC is pretty slow. It’s great for avoiding stop-the-world pauses, which can be really important for UI stuff like what Swift is used for, but you won’t win any throughput awards.
1 comments

So well engineered for its use case. Was Go optimized for throughput?