Re: Key-Value Observing speed
Re: Key-Value Observing speed
- Subject: Re: Key-Value Observing speed
- From: Don Quixote de la Mancha <email@hidden>
- Date: Fri, 12 Mar 2010 15:24:13 -0800
On Fri, Mar 12, 2010 at 2:41 PM, Gwynne Raskind <email@hidden> wrote:
> (It's even more annoying because it *was* an NSPoint in a much earlier iteration of the code and I changed it because it simplified the code in two dozen places, and because the property in question is integer and doesn't need the slower floating-point instructions to manipulate it.)
While floating point is indeed much slow than integer on some
processors, many modern processors are specially engineered to do
floating point just as fast as integer. Are you targeting Mac OS X or
the iPhone? I would expect modern Intel processors to have such fast
floating point, but probably not the iPhone's ARM processor.
Don Quixote
--
Don Quixote de la Mancha
email@hidden
http://www.dulcineatech.com
Dulcinea Technologies Corporation: Software of Elegance and Beauty.
_______________________________________________
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