libfilter
libfilter copied to clipboard
High-speed Bloom filters and taffy filters for C, C++, and Java
Are these filters serializable ? can we load and serialize filters in a compatible way in different languages and platform ?
Thanks for the amazing work. Can we please also add some benchmarking results for different filters. Trying to understand the Build latency , query latency , fpp rates and bits...
While i am going through some amazing work you are doing , wanted to get your thoughts on some implementation details or caveats IIUC SBBF is same as in https://github.com/apache/kudu/blob/master/src/kudu/util/block_bloom_filter.h...
There's no need for null values in the internal arrays used for constructing filter via peeling
See the Binary Fuse Filter paper for the rationale. It increases locality.