Module polars_utils::hashing
source · Structs§
- Contains a byte slice and a precomputed hash for that string. During rehashes, we will rehash the hash instead of the string, that makes rehashing cheap and allows cache coherent small hash tables.