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

Research Colony for inclusion #5

Open Sqeaky opened 7 years ago

Sqeaky commented 7 years ago

The colony is a container optimized for delete speed. Many games have hard to predict memory use, and often create and destroy many items based on player interaction.

There is a library that implements this already and it should be researched: https://github.com/mattreecebentley/plf_colony