MGunlogson / CuckooFilter4J

High performance Java implementation of a Cuckoo filter - Apache Licensed
Apache License 2.0
174 stars 39 forks source link

Resize the filter? #4

Open jasonrutherglen opened 7 years ago

jasonrutherglen commented 7 years ago

I am wondering if it's possible to resize (grow) an existing Cuckoo filter once the capacity is reached? Rather than rebuild one anew.

jasonrutherglen commented 7 years ago

Found this discussion in the rust cuckoo filter forum https://github.com/seiflotfy/rust-cuckoofilter/issues/5

publicocean0 commented 7 years ago

is there a implementation for resizing to see?