Re: NSMutableArray + NSEnumerator = No Memory
Re: NSMutableArray + NSEnumerator = No Memory
- Subject: Re: NSMutableArray + NSEnumerator = No Memory
- From: Kai BrĂ¼ning <email@hidden>
- Date: Mon, 24 Sep 2007 19:26:44 +0200
Hi,
[snip]
>3 - Abandon NSArray and roll my own collection.
If you investigate this option further, you may want to evaluate use of an STL container with Objective C++. Besides being well tested and having very well defined behavior, inlining can give you dramatic performance boosts in some cases - it depends on your data and algorithm, of course.
Unfortunately there's a learning curve connected with STL, its programming style differs considerable from Cocoa/Core Foundation.
Best regards
Kai
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden