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
containers Directory Reference
Directory dependency graph for containers:
containers

Files

 
FastHashMap.h
 Hash map with Robin Hood hashing and heterogeneous lookup.
 
FastHashSet.h
 Hash set with Robin Hood hashing and heterogeneous lookup.
 
OrderedHashMap.h
 Hash map with Robin Hood hashing, heterogeneous lookup, and insertion-order preservation.
 
OrderedHashSet.h
 Hash set with Robin Hood hashing, heterogeneous lookup, and insertion-order preservation.
 
PerfectHashMap.h
 Perfect hash map using displacement-based perfect hashing.
 
StackHashMap.h
 Hash map with small buffer optimization (SBO) and heap fallback.
 
StackHashSet.h
 Hash set with small buffer optimization (SBO) and heap fallback.
 
StackVector.h
 Stack vector optimization with stack storage and heap fallback.
 
TransparentHashMap.h
 Generic unordered map with transparent lookup and configurable hashing.
 
TransparentHashSet.h
 Generic unordered set with transparent lookup and configurable hashing.