Module polars_core::hashing

source ·

Modules

Structs

  • Contains a ptr to the string slice an the precomputed hash of that string. During rehashes, we will rehash the hash instead of the string, that makes rehashing cheap and allows cache coherent small hash tables.
  • Contains an idx of a row in a DataFrame and the precomputed hash of that row. That hash still needs to be used to create another hash to be able to resize hashmaps without accidental quadratic behavior. So do not use an Identity function!

Constants

Traits

Functions

Type Aliases