File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The following filter types are currently implemented:
66
77* Xor filter: 8 and 16 bit variants; needs less space than cuckoo filters, with faster lookup
88* Xor+ filter: 8 and 16 bit variants; compressed xor filter
9- * Xor binary fuse filter: 8 bit variant ; needs less space than xor filters, with faster lookup
9+ * Xor binary fuse filter: 8 and 32 bit variants ; needs less space than xor filters, with faster lookup
1010* Cuckoo filter: 8 and 16 bit variants; uses cuckoo hashing to store fingerprints
1111* Cuckoo+ filter: 8 and 16 bit variants, need a bit less space than regular cuckoo filters
1212* Bloom filter: the 'standard' algorithm
@@ -32,7 +32,7 @@ When using Maven:
3232 <dependency>
3333 <groupId>io.github.fastfilter</groupId>
3434 <artifactId>fastfilter</artifactId>
35- <version>1.0.2 </version>
35+ <version>1.0.3 </version>
3636 </dependency>
3737
3838# Other Xor Filter Implementations
You can’t perform that action at this time.
0 commit comments