Comment on Practical Garbage Collection - Part 1: IntroductionparentComments−aaronblohowiak14yWith ARC, the only extra time is spent avoiding circular data structures, which is quite easy.
Comments
With ARC, the only extra time is spent avoiding circular data structures, which is quite easy.