Hey everyone,
I'm wondering what a possible fast alternative to NSMutable array might be?
It's basically going to store an array of points for about 200 objects (each with their own), and will be enumerated every frame.
I notice the engine uses ccArray, and was wondering if maybe I should give that a try.
What's does normal usage of ccArray look like for adding and removing objects?