filbs111 / box2d-learning

0 stars 0 forks source link

speed up level load/reset #23

Closed filbs111 closed 7 years ago

filbs111 commented 7 years ago

using chrome CPU performance tool, see that chopIntoGrid takes ~0.9s. (4690K) Doing this in a crap way currently. Expect much faster to cut up in binary fashion.

filbs111 commented 7 years ago

now takes ~0.1s. good enough.