Small crate to synthesize bloom filter data
Go to file
Christian Reitter 1c4ce6e0ad Add Cargo.lock 2024-12-15 14:39:29 +01:00
src Note potential functionality feature 2024-12-15 14:25:15 +01:00
.gitignore Add Cargo.lock 2024-12-15 14:39:29 +01:00
Cargo.lock Add Cargo.lock 2024-12-15 14:39:29 +01:00
Cargo.toml Initial commit 2024-12-15 14:16:01 +01:00
LICENSE-APACHE Initial commit 2024-12-15 14:16:01 +01:00
LICENSE-MIT Initial commit 2024-12-15 14:16:01 +01:00
README.md Initial commit 2024-12-15 14:16:01 +01:00

README.md

rust-bloom-filter-generator

Small crate to synthesize bloom filter data

Howto

FIXME: document usage and relevant settings.

Adjustments required depending on usage:

  • --num-items parameter
  • --fp-rate parameter

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Credits

  • Heiko Schaefer: wrote the code
  • Christian Reitter: tuning and maintenance
  • Anton Livaja: wrote a python implementation that inspired this one