Re: NSMutableDictionary Look Up
Re: NSMutableDictionary Look Up
- Subject: Re: NSMutableDictionary Look Up
- From: Britt Durbrow <email@hidden>
- Date: Sat, 23 May 2015 11:05:59 -0700
NSDictionary, AFAIK, is based on a hash table internally; and it uses the -hash method of the key objects to store the keys in the table.
What kind of key are you using for the dictionary? As long as that object’s -hash method and -isEqual methods are efficient, you should be OK...
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden