|
nfx-containers 0.6.0
Modern C++20 header-only library providing high-performance hash containers with Robin Hood and perfect hashing
|
| Nnfx | |
| Ncontainers | |
| CFastHashMap | Hash map with Robin Hood hashing for bounded probe distances |
| CIterator | Iterator for HashMap that skips empty buckets |
| CConstIterator | Const iterator for HashMap that skips empty buckets |
| CFastHashSet | Hash set with Robin Hood hashing for bounded probe distances and predictable performance |
| CIterator | Forward iterator for FastHashSet that skips empty buckets |
| CConstIterator | Const forward iterator for FastHashSet that skips empty buckets |
| COrderedHashMap | Hash map with Robin Hood hashing and insertion-order preservation |
| CIterator | Iterator for OrderedHashMap that follows insertion order |
| CConstIterator | Const iterator for OrderedHashMap that follows insertion order |
| COrderedHashSet | Hash set with Robin Hood hashing and insertion-order preservation |
| CIterator | Iterator for OrderedHashSet that follows insertion order |
| CConstIterator | Const iterator for OrderedHashSet that follows insertion order |
| CPerfectHashMap | Perfect hash map using displacement-based perfect hashing for immutable datasets |
| CIterator | Const forward iterator for PerfectHashMap |
| CStackHashMap | Hash map with small buffer optimization for stack-allocated storage |
| CStackHashSet | Hash set with small buffer optimization for stack-allocated storage |
| CStackVector | Vector with stack storage optimization |
| CTransparentHashMap | Generic unordered map with transparent lookup |
| CTransparentHashSet | Generic unordered set with transparent lookup support |