mattreecebentley / plf_colony

An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.

Home Page:https://plflib.org/colony.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.

https://plflib.org/colony.htm

License:zlib License


Languages

Language:C++ 100.0%