pub type FastDashMap<K, V> = DashMap<K, V, RandomState>;
pub struct FastDashMap<K, V> { /* private fields */ }