vicboma1 / loaderDumpsArcade

Loader Dumps Arcade run Taito Type X | NESICAxLive arcade machines games in your PC
MIT License
48 stars 13 forks source link

Refactor - map by unordered_map #123

Closed vicboma1 closed 4 years ago

vicboma1 commented 4 years ago

I have many bugs with the performance using map. This EDA is a binary Tree, your cost is n/2 and I thought this EDA is like a hashtable (java)... The hashtable implementation is unordered_map.

Video: https://www.youtube.com/watch?v=YtLC09e7qew