pub type DefaultHasher = CloneBuildHasher<RandomDefaultHasher>;Expand description
The default hasher for crate::HyperLogLog and crate::AtomicHyperLogLog.
DefaultHasher has a faster build_hasher than std::collections::hash_map::RandomState or SipHasher13.
This is important because build_hasher is called once for every actual hash.
Aliased Type§
pub struct DefaultHasher { /* private fields */ }