Pinned Repositories
BlockBloomSimulator
experiments with block Bloom filters (*not* useful code)
fastfilter.github.io
Github Pages for FastFilter
fastfilter_cpp
Fast Approximate Membership Filters (C++)
fastfilter_java
Fast Approximate Membership Filters (Java)
FilterPassword
Experiments in C++: binary fuse filters vs. Bloom filters
pyfusefilter
Python bindings for xor and fuse filters (faster and smaller than bloom and cuckoo filters)
url_filter
Using binary fuse filters to check whether URLs belong to a large list
xor_singleheader
Header-only binary fuse and xor filter library
xorfilter
Go library implementing binary fuse and xor filters
FastFilter's Repositories
FastFilter/xorfilter
Go library implementing binary fuse and xor filters
FastFilter/xor_singleheader
Header-only binary fuse and xor filter library
FastFilter/fastfilter_cpp
Fast Approximate Membership Filters (C++)
FastFilter/fastfilter_java
Fast Approximate Membership Filters (Java)
FastFilter/FilterPassword
Experiments in C++: binary fuse filters vs. Bloom filters
FastFilter/pyfusefilter
Python bindings for xor and fuse filters (faster and smaller than bloom and cuckoo filters)
FastFilter/BlockBloomSimulator
experiments with block Bloom filters (*not* useful code)
FastFilter/url_filter
Using binary fuse filters to check whether URLs belong to a large list
FastFilter/fastfilter.github.io
Github Pages for FastFilter