#bloom-filter #hyper-log-log #min-hash #counting #classic #stable #top-k

bloom-filters

Rust port of https://github.com/tylertreat/BoomFilters

3 releases

0.1.2 Jun 22, 2021
0.1.1 Aug 21, 2020
0.1.0 Dec 24, 2018

#1063 in Algorithms

Download history 829/week @ 2023-11-20 818/week @ 2023-11-27 622/week @ 2023-12-04 827/week @ 2023-12-11 767/week @ 2023-12-18 669/week @ 2023-12-25 445/week @ 2024-01-01 678/week @ 2024-01-08 658/week @ 2024-01-15 915/week @ 2024-01-22 759/week @ 2024-01-29 589/week @ 2024-02-05 219/week @ 2024-02-12 635/week @ 2024-02-19 835/week @ 2024-02-26 917/week @ 2024-03-04

2,627 downloads per month
Used in 14 crates (via ckb-network)

Apache-2.0 OR MIT

25KB
591 lines

Rust port of https://github.com/tylertreat/BoomFilters

  • Stable Bloom Filter
  • Inverse Bloom Filter
  • Counting Bloom Filter
  • Cuckoo Filter
  • Classic Bloom Filter
  • Count-Min Sketch
  • Top-K
  • HyperLogLog
  • MinHash

Dependencies

~315KB