Re: NSMutableSet
Re: NSMutableSet
- Subject: Re: NSMutableSet
- From: j o a r <email@hidden>
- Date: Fri, 20 May 2005 16:50:38 +0200
On 20 maj 2005, at 16.38, Theodore H. Smith wrote:
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?
Just download CoreFoundation from Darwin and check it out for
yourself! No need to guess...
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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
References: | |
| >NSMutableSet (From: "Theodore H. Smith" <email@hidden>) |