jbapple / libfilter

High-speed Bloom filters and taffy filters for C, C++, and Java
Apache License 2.0
32 stars 6 forks source link

Save the filter to SSD #23

Closed hskun closed 1 year ago

hskun commented 1 year ago

Thank you for implementing this awesome filter, I have a question I would like to ask, I wonder if you can give me some pointers. I want to use C/C++ to save the filter to SSD so that it can be load again next time, or directly use mmap the filter to the memory instead of reading the entire filter into the memory. grateful.