plf_colony

Data container

An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements.

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.

GitHub

400 stars
19 watching
33 forks
Language: C++
last commit: almost 2 years ago
Linked from 3 awesome lists

bucketcontainercpptemplateunordered

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mattreecebentley/plf_stackA C++ data container optimized for stack-based operations with improved performance compared to standard library containers.64
mattreecebentley/plf_listA high-performance alternative to the C++ standard library's list container150
orlp/devectorA container class with efficient append operations on either end.37
p-p-h-d/mlibA C library providing generic and type-safe container implementations919
blackmatov/flat.hppA library of associative containers with vector-like behavior75
rurban/ctlA C container template library implementing various data structures and algorithms in ISO C99/C11.172
erikerlandson/st_treeA C++ template class for tree data structures with flexible storage models and standard STL interfaces.96
serge-sans-paille/frozenA library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers1,342
p-ranav/tabulateA header-only C++ library for creating formatted tables in the terminal1,966
primlabs/bucketA library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability.31
slavenf/sfl-libraryA C++11 header-only library providing various small and static container classes.76
discoproject/discodbAn immutable, persistent mapping object designed for efficient data storage and retrieval98
martinus/unordered_denseA hash map and hash set implementation with optimized storage and deletion algorithms968
kassane/unorderedA collection of hash containers with different standards compliance levels and intended use cases.0
etlcpp/etlDevelops containers and utilities for embedded systems with fixed capacity and compile-time allocation2,274