sile / scalable_cuckoo_filter

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

Bug fix in `Bits::set_uint` #7

Closed michael-yxchen closed 1 year ago

michael-yxchen commented 1 year ago

The calculation for high was off, as it doesn't shift out the offset bits.

Closes #6