younotesunreadstarredadd url

Cocoa with Love: NSArray or NSSet, NSDictionary or NSMapTable

http://cocoawithlove.com/2008/08/nsarray-or-nsset-nsdictionary-or.html

october 2009cocoa-touch objective-c tipsopen in karakeep

by Matt Gallagher ‧ Cocoa with Love ‧ saved copy from 2026.03.03

Karakeep has no AI summary for this page yet. summarize now

page description:

Some types of data can be held in more than one kind of collection. Unordered objects that are already guaranteed unique can be sensibly held in an NSArray or an NSSet. Anything an NSDictionary can hold can be held in an NSMapTable. In this post, I measure the performance of creating and using these different options to help you choose which one is right for you.
screenshot of the page

« back to bookmarks