Callidon/bloom-filters

Add Xor Filters

Callidon opened this issue · 3 comments

As pointed in #8 we can add Xor Filters to the library

See https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/ for more details

For copyright, there exists one C-header only impl: https://github.com/FastFilter/xor_singleheader
A pure-python impl as well as a binding could be possible.

Just for references, the official accepted paper :

integrated in develop, will be pushed in v2.0.0