2 releases
0.1.1 | Jan 29, 2021 |
---|---|
0.1.0 | Dec 17, 2020 |
#35 in #bloom
18KB
78 lines
create-bloom-filter
Small Rust application to create bloom filter of optimal size given a false positivity rate
Usage
./create-bloom-filter INFILE OUTFILE FALSE_POSITIVE_RATE
INFILE should be one line per entry
Dependencies
~6–8MB
~238K SLoC