FastFilter / fastfilter_cpp

Fast Approximate Membership Filters (C++)
Apache License 2.0
261 stars 24 forks source link

Cleanup of the fuse filter #19

Closed thomasmueller closed 3 years ago

thomasmueller commented 3 years ago

We do have a fuse filter implementation, xor_fuse_filter.h, but it's not particularly good... I'm cleaning it up.

thomasmueller commented 3 years ago

I added a couple of implementations. This might require some cleanup.