Hacker News new | ask | show | jobs
by steveklabnik 889 days ago
In my understanding, it’s both: you’re right about Automatic Reference Counting (ARC) being a compile time pass. But the reference counts that they use for said retain/release are atomic reference counted (ARC).

ARC certainly helps ARC be more performant than ARC without ARC due to the elided traffic on the count. (lol)

2 comments

TIL ARC does ARC.
My professor who taught me undergraduate algebra once said: sometimes you have to repeat a sentence out loud to _really_ convince yourself of it.
This guy ARCs