Module pearl::filter

source ·
Expand description

bloom filter for faster check record contains in blob

Re-exports

Modules

  • Bloom filter aHash version 0.7.4 (commit ffa04fcb81f39755f636c75c9b7aa06533c0ae75) is used for Bloom filter. Several key tests were performed in order to determine the best hash function for this scenario. Results for aHash were compared with Wyhash as the second best after aHash.
  • Hierarchical
  • Range filter
  • Traits

Structs

Enums