NSMutableSet
NSMutableSet
- Subject: NSMutableSet
- From: "Theodore H. Smith" <email@hidden>
- Date: Fri, 20 May 2005 15:38:39 +0100
Does anyone have an idea how NSMutableSet is implemented internally? Is
it just a hash table much like NSDictionary? Or is it a kind of hash
table which is slightly modified to have better RAM efficiency than
NSDictionary? Or is actually an adaptable algorithm which might use an
array, or a hash table, or maybe even tree structures depending upon
the number of elements?
Or is it none of those?
Just wondering.
--
elfdata.com/plugin/ Industrial strength string processing, made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden