Re: Calling -retain inside -dealloc
Re: Calling -retain inside -dealloc
- Subject: Re: Calling -retain inside -dealloc
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 26 Jun 2005 23:07:46 -0700
On Jun 26, 2005, at 10:46 PM, Andrew Garber wrote:
I have several callback functions which are triggered quite frequently
(like every 2ms or so). Inside each of these a callbacks, I need to
invoke methods for each instance of my class that matches a certain
criteria. In a previous paradigm, I used NSNotifications. I'm now
trying to see if I can speed things up a little.
Umm, yes, you mentioned that earlier. It's not clear how this
relates to memory management issues, and what role the array takes.
Why do you think that this will improve the performance of your
application? Have you profiled with Shark?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden