Type Aliases§
- Fast
Concurrent Hash Map - A concurrent hash map based on
papaya
(HashMap
) usingFastHasher
. - Fast
Concurrent Hash Set - A concurrent hash set based on
papaya
(HashSet
) usingFastHasher
. - Fast
Hash Map - A hash map based on the standard library’s (
HashMap
) usingFastHasher
. - Fast
Hash Set - A hash set based on the standard library’s (
HashSet
) usingFastHasher
. - Fast
Index Map - A hash map with stable insertion order based on
indexmap
(IndexMap
) usingFastHasher
. - Prehashed
Hash Map - A hash map based on the standard library’s (
HashMap
) usingNoopU64Hasher
. - Prehashed
Hash Set - A hash set based on the standard library’s (
HashSet
) usingNoopU64Hasher
.