We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a4f67 commit f47f854Copy full SHA for f47f854
README.md
@@ -92,7 +92,8 @@ The filter implementations are in `src/<type>/`. Most implementations depend on
92
The cuckoo filter and the benchmark are derived from https://github.com/efficient/cuckoofilter by Bin Fan et al.
93
The SIMD blocked Bloom filter is from https://github.com/apache/impala (via the cuckoo filter).
94
The Morton filter is from https://github.com/AMDComputeLibraries/morton_filter.
95
-The Counting Quotient Filter (CQF) is from https://github.com/splatlab/cqf.
+The counting quotient filter (CQF) is from https://github.com/splatlab/cqf.
96
+The vector quotient filter is from https://github.com/splatlab/vqf.
97
The ribbon filters are from https://github.com/pdillinger/fastfilter_cpp.
98
99
0 commit comments