How expensive is it to create an NSAutoreleasePool

Posted by morgancodes on Stack Overflow See other posts from Stack Overflow or by morgancodes
Published on 2010-03-24T00:08:30Z Indexed on 2010/03/24 0:13 UTC
Read the original article Hit count: 680

Filed under:
|

I have a method which needs to run in its own thread 88 times per second (it's a callback for an audio unit.) Should I avoid creating an NSAutoreleasePool each time it's called?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about iphone