nfx-containers 0.6.0
Modern C++20 header-only library providing high-performance hash containers with Robin Hood and perfect hashing
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nnfx
 Ncontainers
 CFastHashMapHash map with Robin Hood hashing for bounded probe distances
 CIteratorIterator for HashMap that skips empty buckets
 CConstIteratorConst iterator for HashMap that skips empty buckets
 CFastHashSetHash set with Robin Hood hashing for bounded probe distances and predictable performance
 CIteratorForward iterator for FastHashSet that skips empty buckets
 CConstIteratorConst forward iterator for FastHashSet that skips empty buckets
 COrderedHashMapHash map with Robin Hood hashing and insertion-order preservation
 CIteratorIterator for OrderedHashMap that follows insertion order
 CConstIteratorConst iterator for OrderedHashMap that follows insertion order
 COrderedHashSetHash set with Robin Hood hashing and insertion-order preservation
 CIteratorIterator for OrderedHashSet that follows insertion order
 CConstIteratorConst iterator for OrderedHashSet that follows insertion order
 CPerfectHashMapPerfect hash map using displacement-based perfect hashing for immutable datasets
 CIteratorConst forward iterator for PerfectHashMap
 CStackHashMapHash map with small buffer optimization for stack-allocated storage
 CStackHashSetHash set with small buffer optimization for stack-allocated storage
 CStackVectorVector with stack storage optimization
 CTransparentHashMapGeneric unordered map with transparent lookup
 CTransparentHashSetGeneric unordered set with transparent lookup support