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.
398 stars
19 watching
33 forks
Language: C++
last commit: 17 days ago
Linked from 3 awesome lists
bucketcontainercpptemplateunordered
Related projects:
Repository | Description | Stars |
---|---|---|
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 63 |
mattreecebentley/plf_list | A high-performance alternative to the C++ standard library's list container | 151 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |
blackmatov/flat.hpp | A library of associative containers with vector-like behavior | 75 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 171 |
erikerlandson/st_tree | A C++ template class for tree data structures with flexible storage models and standard STL interfaces. | 96 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
p-ranav/tabulate | A header-only C++ library for creating formatted tables in the terminal | 1,941 |
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
slavenf/sfl-library | A C++11 header-only library providing various small and static container classes. | 71 |
discoproject/discodb | An immutable, persistent mapping object designed for efficient data storage and retrieval | 99 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
kassane/unordered | A collection of hash containers with different standards compliance levels and intended use cases. | 0 |
etlcpp/etl | Develops containers and utilities for embedded systems with fixed capacity and compile-time allocation | 2,244 |