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

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

#1257 in Algorithms

Download history 730/week @ 2024-11-15 367/week @ 2024-11-22 790/week @ 2024-11-29 316/week @ 2024-12-06 314/week @ 2024-12-13 272/week @ 2024-12-20 273/week @ 2024-12-27 541/week @ 2025-01-03 322/week @ 2025-01-10 594/week @ 2025-01-17 238/week @ 2025-01-24 98/week @ 2025-01-31 419/week @ 2025-02-07 636/week @ 2025-02-14 571/week @ 2025-02-21 380/week @ 2025-02-28

2,020 downloads per month
Used in 15 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

~325KB