FastFilter / fastfilter_cpp

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

Compare to the most recent ribbon filter variants #26

Open jbapple opened 2 years ago

jbapple commented 2 years ago

New ribbon filter variants are presented in https://arxiv.org/abs/2109.01892, including "bumped ribbon". These are faster in some benchmarks than the first ribbon filters. It would be great to see a comparison vs. binary fuse filters.

lemire commented 2 years ago

Would you prepare a pull request?