Hash set with Robin Hood hashing, heterogeneous lookup, and insertion-order preservation.
Hash map with Robin Hood hashing and heterogeneous lookup.
Generic unordered set with transparent lookup and configurable hashing.
Hash map with small buffer optimization (SBO) and heap fallback.
Stack vector optimization with stack storage and heap fallback.
Hash set with small buffer optimization (SBO) and heap fallback.
Perfect hash map using displacement-based perfect hashing.
Generic unordered map with transparent lookup and configurable hashing.
Hash map with Robin Hood hashing, heterogeneous lookup, and insertion-order preservation.
Hash set with Robin Hood hashing and heterogeneous lookup.