Hacker News new | ask | show | jobs
Exposing NSMutableArray (ciechanowski.me)
12 points by Hagelin 4463 days ago
1 comments

Also check out this classic post written by an Apple engineer about CFArray/NSArray design:

http://ridiculousfish.com/blog/posts/array.html

It doesn't go into implementation details like the OP, but explains some of the thinking behind these class clusters.