modidentity;pub(crate)modvector_hasher;usestd::hash::{BuildHasherDefault, Hash, Hasher};pubuseidentity::*;pubusevector_hasher::*;// We must strike a balance between cache
// Overallocation seems a lot more expensive than resizing so we start reasonable small.
pubconst_HASHMAP_INIT_SIZE:usize=512;