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
|
|
|
|
|
2024-12-15 13:47:48 +00:00
|
|
|
## Maintenance
|
|
|
|
|
|
|
|
This is research code that we make available to the public.
|
|
|
|
|
|
|
|
No maintenance, reliability, security guarantees or formal releases.
|
|
|
|
|
|
|
|
|
2024-12-15 13:16:01 +00:00
|
|
|
## 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
|