# plf_colony **Repository Path**: mirrors_harlowja/plf_colony ## Basic Information - **Project Name**: plf_colony - **Description**: 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. - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plf::colony An unordered data container providing fast iteration/insertion/erasure while maintaining pointer/iterator/reference validity to non-erased elements. Documentation and function descriptions here: https://plflib.org/colony.htm#functions - A conan package for colony is available here: https://github.com/alaingalvan/conan-plf-colony - A build2 package for colony is available here: https://cppget.org/plf-colony plf::colony is C++98/03/11/14/17/20-compatible.