Skip to content

Commit f47f854

Browse files
Update README.md
1 parent b2a4f67 commit f47f854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ The filter implementations are in `src/<type>/`. Most implementations depend on
9292
The cuckoo filter and the benchmark are derived from https://github.com/efficient/cuckoofilter by Bin Fan et al.
9393
The SIMD blocked Bloom filter is from https://github.com/apache/impala (via the cuckoo filter).
9494
The Morton filter is from https://github.com/AMDComputeLibraries/morton_filter.
95-
The Counting Quotient Filter (CQF) is from https://github.com/splatlab/cqf.
95+
The counting quotient filter (CQF) is from https://github.com/splatlab/cqf.
96+
The vector quotient filter is from https://github.com/splatlab/vqf.
9697
The ribbon filters are from https://github.com/pdillinger/fastfilter_cpp.
9798

9899

0 commit comments

Comments
 (0)