rolandoam / shinycocos

ruby bindings for cocos2d-iphone (a.k.a.: i want to program my iphone game in ruby)
http://funkaster.github.com/shinycocos
Other
89 stars 4 forks source link

migrate sc_object_hash #13

Closed rolandoam closed 15 years ago

rolandoam commented 15 years ago

currently sc_object_hash is using NSMutableDictionary, we should use a faster/simpler hash table, like uthash

rolandoam commented 15 years ago

the addition of userData in Cocos2D::CocosNode invalidates this issue