Re: Collection classes
Re: Collection classes
- Subject: Re: Collection classes
- From: Dustin Voss <email@hidden>
- Date: Thu, 8 Jan 2004 18:59:37 -0800
On 7 Jan, 2004, at 7:02 PM, Todd Blanchard wrote:
What language - Objective C?
What's not to like?
Well, my beef is different from Timothy's. I don't like that you don't
know the performance characteristics of the classes. I have heard that
NSArray changes between a traditional array and a linked list as the
size increases. For all I know, it eventually turns into a skip list.
That's cool, but if I care about performance -- even gross performance
-- I need to know whether something is O(n), O(1), or whatever.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.