Re: very different execution time
Re: very different execution time
- Subject: Re: very different execution time
- From: Scott Ribe <email@hidden>
- Date: Fri, 28 Sep 2007 08:18:09 -0600
- Thread-topic: very different execution time
Yes, NSMutableArray primitive operations are much slower than a straight C
array would be. Usually this doesn't matter, because usually the time spent
manipulating arrays is only a small fraction of total time.
If you want high performance, with a richer interface (such as easy ability
to resize) than plain C arrays, consider using Objective-C++ and STL.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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