FastFilter / fastfilter_java

Fast Approximate Membership Filters (Java)
Apache License 2.0
238 stars 27 forks source link

Dump and load filter data #35

Open Fs02 opened 1 year ago

Fs02 commented 1 year ago

Hi, thanks for a very nice work is it possible to save filter data as bytes, and load it again?

lemire commented 1 year ago

is it possible to save filter data as bytes, and load it again?

Definitively. Though I am not sure that the code exists right now in Java.

Fs02 commented 1 year ago

I don't see any code to do that I assume I only need to re-populate this fields?

thomasmueller commented 1 year ago

Yes, this is sufficient.