Skip to content

Commit 44a7e4b

Browse files
committed
updating the README
1 parent 7e244e0 commit 44a7e4b

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
@@ -86,7 +86,7 @@ The filter implementations are in `src/<type>/`. Most implementations depend on
8686

8787
- [Binary Fuse Filters: Fast and Smaller Than Xor Filters](http://arxiv.org/abs/2201.01174), Journal of Experimental Algorithmics (to appear).
8888
- [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters](https://arxiv.org/abs/1912.08258), Journal of Experimental Algorithmics 25 (1), 2020
89-
89+
- [Prefix Filter: Practically and Theoretically Better Than Bloom](https://arxiv.org/abs/2203.17139), PVLDB 7, 22 (2023).
9090

9191
## Credit
9292

@@ -96,6 +96,7 @@ The Morton filter is from https://github.com/AMDComputeLibraries/morton_filter.
9696
The counting quotient filter (CQF) is from https://github.com/splatlab/cqf.
9797
The vector quotient filter is from https://github.com/splatlab/vqf.
9898
The ribbon filters are from https://github.com/pdillinger/fastfilter_cpp.
99+
The prefix filter is from https://github.com/TomerEven/Prefix-Filter.
99100

100101

101102
# Implementations of xor and binary fuse filters in other programming languages

0 commit comments

Comments
 (0)