sile / scalable_cuckoo_filter

A variant of Cuckoo Filter whose size automatically scales as necessary
MIT License
17 stars 7 forks source link

Remove operation #3

Closed matthias-wright closed 1 year ago

matthias-wright commented 1 year ago

Is there a reason why the remove operation is not implemented? Does removing items doesn't work with the scaling? Cheers!

sile commented 1 year ago

I think that it's just because I didn't need the remove operation when I implemented this crate. I will consider if it's possible to implement the feature this weekend.

matthias-wright commented 1 year ago

Awesome, let me know if you want me to contribute to that.

sile commented 1 year ago

Of course your contribution is welcome😄