#bloom-filter #bloom #cli

app create-bloom-filter

Small Rust application to create bloom filter of optimal size given a false positivity rate

2 releases

0.1.1 Jan 29, 2021
0.1.0 Dec 17, 2020

#31 in #bloom

26 downloads per month

GPL-3.0 license

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
~237K SLoC