prataprc / xorfilter

Rust library implementing xor-filters
Apache License 2.0
137 stars 18 forks source link

Add file persistence function, write_file()/read_file(). #2

Closed uijin closed 4 years ago

uijin commented 4 years ago

Add simple file persistence function for Xor8 filter. For Issue https://github.com/bnclabs/xorfilter/issues/1

prataprc commented 4 years ago

Thanks for PR.