Gamua / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
294 stars 83 forks source link

converted Sparrow from ARC to MRC #13

Closed racarone closed 11 years ago

racarone commented 11 years ago

As far as I can tell this is bug free. No crashes and Leaks Instruments shows no leaks.

racarone commented 11 years ago

Ya looking back definitely made it easier to catch some of the trickier ones =)

PrimaryFeather commented 11 years ago

Merged! And the results are amazing. All tests are done with 30 fps:

iPhone 4S - ARC: 2225 objects iPhone 4S - MRC: 5655 objects

On the iPad, the fill rate is already at its limit; so I had to scale down the benchmark objects to 25% of their size.

iPad 1 - ARC: 1440 objects iPad 1 - MRC: 3540 objects

Thanks again for your hard work on this! :-)

racarone commented 11 years ago

No problem =), looks great!