XOR_singleheader: Header-only binary fuse and XOR filter library

github.com

34 points by klaussilveira 2 days ago


ozgrakkurt - 2 days ago

I wrote a zig implementation of binary fuse filters and some other filters in case anyone is interested.

https://github.com/steelcake/filterz

The repo also has a benchmark

Genbox - 2 days ago

I ported BinaryFuse filter to C#, along with tests and benchmarks. BinaryFuse filter is an incredibly clever data structure.

https://github.com/Genbox/FastFilter/tree/master