BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Container Benchmarks #13

Open MakoEnergy opened 6 years ago

MakoEnergy commented 6 years ago

Given we are stepping more and more into implementing our own containers, we can benefit from creating a test suite to explicitly measure the strengths and weaknesses of each of our containers. For the most part this can be made to be generic, making calls on an stl container interface.