Re: NSDictionary
Re: NSDictionary
- Subject: Re: NSDictionary
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 30 Jan 2002 19:10:45 +0000
On Wednesday, January 30, 2002, at 02:34 AM, Ricky Sharp wrote:
Only Apple knows the exact implementation of
NSMutableDictionary...perhaps it is performance-tuned to be scalable.
Not entirely true... An NSMutableDictionary is basically a mutable
CFDictionary (I'm pretty sure of that, someone correct me if I'm wrong),
and CFDictionary is part of CFLite which is available from Darwin
(Libraries/Apple/CoreFoundation in CVS, IIRC).
-- Finlay