Module collections

Module collections 

Source

Type Aliases§

FastConcurrentHashMap
A concurrent hash map based on papaya (HashMap) using FastHasher.
FastConcurrentHashSet
A concurrent hash set based on papaya (HashSet) using FastHasher.
FastHashMap
A hash map based on the standard library’s (HashMap) using FastHasher.
FastHashSet
A hash set based on the standard library’s (HashSet) using FastHasher.
FastIndexMap
A hash map with stable insertion order based on indexmap (IndexMap) using FastHasher.
PrehashedHashMap
A hash map based on the standard library’s (HashMap) using NoopU64Hasher.
PrehashedHashSet
A hash set based on the standard library’s (HashSet) using NoopU64Hasher.