On Sat, 3 Sep 2011 09:23:43 -0700, Kyle Sluder said: >> I understand that... I think the alternative would be to register an >> observer on all 8000+ objects in the array. > >Yes, this is the expected pattern with KVO. Contrary to what you might >think at first, it is *fast*.
Unless you are using garbage collection, in which case it is an order of magnitude slower than with MRC (manual ref counting). ie horribly slow. -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
