Skip to main content

Module hash_to_index

Module hash_to_index 

Source
Expand description

Contains strategies for converting hash values to indices in the bytell hash table.

Structs§

FibonacciHashToIndex
Represents the Fibonacci variant of hash-to-index policy.
PowerOfTwoHashToIndex
Represents the power of two variant of hash-to-index policy. This basically just does modulo operation.

Traits§

HashToIndex
This trait represents a strategy for converting hash values to indices in the bytell hash table.