▲ | XOR_singleheader: Header-only binary fuse and XOR filter library(github.com) | ||||||||||||||||
34 points by klaussilveira 2 days ago | 4 comments | |||||||||||||||||
▲ | ozgrakkurt 2 days ago | parent | next [-] | ||||||||||||||||
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 a day ago | parent | prev [-] | ||||||||||||||||
I ported BinaryFuse filter to C#, along with tests and benchmarks. BinaryFuse filter is an incredibly clever data structure. |