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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
