pub type FastDashSet<K> = DashSet<K, RandomState>;
pub struct FastDashSet<K> { /* private fields */ }