XOR_singleheader: Header-only binary fuse and XOR filter library
Header-only Xor and Binary Fuse Filter library Bloom filters are used to quickly check whether an element is part of a set. Xor filters and binary fuse filters are faster and more concise alternative to Bloom filters. Furthermore, unlike Bloom filters, xor and binary fuse filters are naturally compressible using standard techniques (gzip, zstd, etc.). They are also smaller than cuckoo filters. They are used in production systems. This is a simple C header-only library. It implements both binar