File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
9696The counting quotient filter (CQF) is from https://github.com/splatlab/cqf .
9797The vector quotient filter is from https://github.com/splatlab/vqf .
9898The 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
You can’t perform that action at this time.
0 commit comments