axmol/cocos2dx/support/data_support
Andrew Goulding d2ca2a4d10 Optmization to ccArrayGetIndexOfObject
Optimized loop of ccArrayGetIndexOfObject to remove the overhead of 3
pointer dereferences per iteration, and pre-increment the int for
speed. If this function is called a lot, and with a large list, this
will result in a good performance win.

This can probably be done with just pointers, but I haven't taken the
time to validate all function calls to make sure it would be
appropriate. Though I can guarantee that if this worked fine before, it
will work fine with this change.
2013-04-25 12:18:40 +10:00
..
ccCArray.cpp Optmization to ccArrayGetIndexOfObject 2013-04-25 12:18:40 +10:00
ccCArray.h Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
uthash.h commit latest uthash.h utlist.h 2013-04-08 10:59:41 +08:00
utlist.h commit latest uthash.h utlist.h 2013-04-08 10:59:41 +08:00