pub type FxHashMap<K> = HashMap<K, BuildHasherDefault<FxHasher>>;
fxhash
Polymorphic hash map using fxhash hasher
pub struct FxHashMap<K>(/* private fields */);