ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Test alternative data structures vs std::map in noob::stage #50

Open ColinGilbert opened 8 years ago

ColinGilbert commented 8 years ago

Bookkeeping is done by std::maps in order to keep track of components' dependencies on each other. See if any other data structures might do better. Benchmark it, too.

ColinGilbert commented 8 years ago

Honed in onto rde::hash_map