bloom-filters

Crates.iobloom-filters
lib.rsbloom-filters
version0.1.2
sourcesrc
created_at2018-12-24 01:51:20.924178
updated_at2021-06-22 02:17:12.194506
descriptionRust port of https://github.com/tylertreat/BoomFilters
homepagehttps://github.com/nervosnetwork/bloom-filters
repositoryhttps://github.com/nervosnetwork/bloom-filters
max_upload_size
id103557
size30,231
Quake Wang (quake)

documentation

README

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
Commit count: 23

cargo fmt