Re: Notification Vs Delegation

2008-10-31 Thread Peter Ammon
On Oct 31, 2008, at 5:33 PM, John Joyce wrote: This may be a pointless and silly question, but is Delegation faster than Notification (generally) ? Delegation allows you to check if the client is interested, via respondsToSelector:. If the delegate does not implement the method (or there

Re: Notification Vs Delegation

2008-10-31 Thread Ken Thomases
On Oct 31, 2008, at 7:33 PM, John Joyce wrote: This may be a pointless and silly question, but is Delegation faster than Notification (generally) ? Negligibly, probably. Don't worry about it unless and until you have measured an actual performance problem. Regards, Ken __

Notification Vs Delegation

2008-10-31 Thread John Joyce
This may be a pointless and silly question, but is Delegation faster than Notification (generally) ? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at