pub(crate) type BigSet<T> = DashSet<T, FxBuildHasher>;
pub(crate) struct BigSet<T> { /* private fields */ }