1 2 3 4
pub type RandomState = ahash::RandomState; pub type HashMap<K, V> = hashbrown::HashMap<K, V, RandomState>; pub type HashSet<T> = hashbrown::HashSet<T, RandomState>;