theonlydude / RandomMetroidSolver

VARIA Randomizer, Solver and Tracker for Super Metroid
http://randommetroidsolver.pythonanywhere.com
MIT License
45 stars 27 forks source link

cache: reduce the number of dictionary lookups #52

Closed cout closed 4 years ago

cout commented 4 years ago

This is a small optimization that reduces the number of dictionary lookups in the cache. Estimated improvement is about 0.3%.

theonlydude commented 4 years ago

Speed increase/decrease: rando: -2.5300% solver: -.2300%

pr merged.

thank you.