b2dJson performance?
Posted: Thu Aug 22, 2013 7:07 am
I've just taken a look at the b2dJson, and it seems to me that looking up anything by name would be rather slow (involving walking through the whole map).
In my own application should I implement my own additional data-structure if I'm going to reference bodies by name extensively?
Btw: in RUBE there can be multiple images attached to one body, but b2djson doesn't provide a function to find all these images at once (you have to loop through all images to check for youself)
In my own application should I implement my own additional data-structure if I'm going to reference bodies by name extensively?
Btw: in RUBE there can be multiple images attached to one body, but b2djson doesn't provide a function to find all these images at once (you have to loop through all images to check for youself)