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

Get some optimized hash table containers #28

Open Sqeaky opened 6 years ago

Sqeaky commented 6 years ago

There is a fastest hash table and a fast reduced memory hash table over here: https://github.com/skarupke/flat_hash_map

We need to check if the boost software license is amenable to our use.