Pinned Repositories
A
Adaptive-Bloom-filter
Comparing-Filters
Benchmarking Bloom, Cuckoo, Morton, and PD based filter.
Complexity
finding the complexity of the diffrernt functions described
cuckoofilter
Cuckoo Filter: Practically Better Than Bloom
cuckoofilter-1
IsSum1
morton_filter
A compressed, sparse cuckoo filter (see https://www.vldb.org/pvldb/vol11/p1041-breslow.pdf)
Pocket_Dictionary
Compact cache-friendly filter, for small number of elements.
Prefix-Filter
Prefix Filter: Practically and Theoretically Better Than Bloom.
TheHolyJoker's Repositories
TheHolyJoker/Comparing-Filters
Benchmarking Bloom, Cuckoo, Morton, and PD based filter.
TheHolyJoker/A
TheHolyJoker/Adaptive-Bloom-filter
TheHolyJoker/Complexity
finding the complexity of the diffrernt functions described
TheHolyJoker/cuckoofilter
Cuckoo Filter: Practically Better Than Bloom
TheHolyJoker/cuckoofilter-1
TheHolyJoker/IsSum1
TheHolyJoker/morton_filter
A compressed, sparse cuckoo filter (see https://www.vldb.org/pvldb/vol11/p1041-breslow.pdf)
TheHolyJoker/Pocket_Dictionary
Compact cache-friendly filter, for small number of elements.
TheHolyJoker/Pocket-Dictionaries-Benchmarks
Benchmarking different implementation of Pocket Dictionary.
TheHolyJoker/xxhash_cpp
Port of the xxhash library to C++17.