rust-bloom-filter-generator/README.md

22 lines
483 B
Markdown
Raw Normal View History

2024-12-15 13:16:01 +00:00
# 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