Re: Cocoa's custom class delegate conventions
Re: Cocoa's custom class delegate conventions
- Subject: Re: Cocoa's custom class delegate conventions
- From: Bill Cheeseman <email@hidden>
- Date: Sat, 14 Jun 2003 06:28:38 -0400
on 03-06-14 5:55 AM, Marcel Weiher at email@hidden wrote:
>
> I've been told that there is some other "magic" optimization done in
>
> Cocoa,
>
> but I don't know what it is. Something about caching the selectors?
>
>
Caching the selectors wouldn't be useful. IMP-caching would be.
That's what it was. IMP caching. The Anguish-Buck-Yacktmann book probably
gives us enough info about how to do it. Do you suppose this should be done
by anybody writing a general-purpose class that uses a delegate?
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.