pub type PkHashSet = AHashSet<u64>;Expand description
Compact hash-based set of primary keys for memory efficiency. Uses 64-bit hashes instead of full values - suitable for large datasets where collision risk is acceptable (sampling, validation).
Aliased Typeยง
pub struct PkHashSet(/* private fields */);