Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmueller committed Nov 17, 2021
1 parent b2a4f67 commit f47f854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ The filter implementations are in `src/<type>/`. Most implementations depend on
The cuckoo filter and the benchmark are derived from https://github.com/efficient/cuckoofilter by Bin Fan et al.
The SIMD blocked Bloom filter is from https://github.com/apache/impala (via the cuckoo filter).
The Morton filter is from https://github.com/AMDComputeLibraries/morton_filter.
The Counting Quotient Filter (CQF) is from https://github.com/splatlab/cqf.
The counting quotient filter (CQF) is from https://github.com/splatlab/cqf.
The vector quotient filter is from https://github.com/splatlab/vqf.
The ribbon filters are from https://github.com/pdillinger/fastfilter_cpp.


Expand Down

0 comments on commit f47f854

Please sign in to comment.