Re: Tips to deploy applications to multiple Mac OS X versions
Re: Tips to deploy applications to multiple Mac OS X versions
- Subject: Re: Tips to deploy applications to multiple Mac OS X versions
- From: PGM <email@hidden>
- Date: Wed, 9 Apr 2008 21:59:41 +0200
- Does the Objective-C 2.0 fast enumeration make sense to be used? I
mean, if I don't use it, will my application perform worse on Leopard?
Unless you are doing a huge number of enumerations, the difference is
speed will not be worth the extra coding hassle. Better check the
difference using the performance tools, to make sure you are not
making your code much more complex for a few microseconds of speed gain.
Cheers, Patrick
_______________________________________________
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