The Foundation Collection Classes
Peter Steinberger has a good survey of the Cocoa collection classes, with some interesting performance information: Notice that NSPointerArray requires more than 250x (!) more time than NSMutableArray. This is really surprising and unexpected. Tracking memory is harder and it’s likely that NSPointerArray is more efficient here, but since we use one shared instance for … Continue reading The Foundation Collection Classes
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed