Cocoa tip: -initWithCapacity doesn’t do you a bit of good if you’re not immediately adding thousands of objects to it. Just use +new.
For (lots) more information: http://ridiculousfish.com/blog/archives/2005/12/23/array/
Cocoa tip: -initWithCapacity doesn’t do you a bit of good if you’re not immediately adding thousands of objects to it. Just use +new.
For (lots) more information: http://ridiculousfish.com/blog/archives/2005/12/23/array/