Hacker News new | ask | show | jobs
by chrisseaton 4234 days ago
"The only downside to ARC is retain cycles"

Does ARC allow moving? If not, what happens when your heap becomes fragmented? Isn't that a downside?

Another downside is that many lock-free data-structures require a GC.