We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93a7e4 commit 6b0c3c0Copy full SHA for 6b0c3c0
README.md
@@ -6,7 +6,7 @@ The following filter types are currently implemented:
6
7
* Xor filter: 8 and 16 bit variants; needs less space than cuckoo filters, with faster lookup
8
* Xor+ filter: 8 and 16 bit variants; compressed xor filter
9
-* Xor binary fuse filter: 8 and 32 bit variants; needs less space than xor filters, with faster lookup
+* Xor binary fuse filter: 8. 16 and 32 bit variants; needs less space than xor filters (for large filters), with faster lookup
10
* Cuckoo filter: 8 and 16 bit variants; uses cuckoo hashing to store fingerprints
11
* Cuckoo+ filter: 8 and 16 bit variants, need a bit less space than regular cuckoo filters
12
* Bloom filter: the 'standard' algorithm
0 commit comments