jedisct1 / rust-bloom-filter

A fast Bloom filter implementation in Rust
BSD 2-Clause "Simplified" License
235 stars 51 forks source link

load and save #27

Closed Noname400 closed 3 years ago

Noname400 commented 3 years ago

how to save the created filter to a file for reuse? and how to download it later?

jedisct1 commented 3 years ago

For persistence, the good old bloomd or Redis are probably the way to go.