Skip to content

Commit acd176a

Browse files
committed
minor change to README
1 parent 294c48e commit acd176a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)