Skip to content

Commit 84aba92

Browse files
committed
Documentation
1 parent 3750436 commit 84aba92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastfilter/src/main/java/org/fastfilter/xor/Xor16.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.fastfilter.utils.Hash;
55

66
/**
7-
* The Xor Filter, a new algorithm that can replace a bloom filter.
7+
* The Xor Filter, a new algorithm that can replace a Bloom filter.
88
*
99
* It needs 1.23 log(1/fpp) bits per key. It is related to the BDZ algorithm [1]
1010
* (a minimal perfect hash function algorithm).

fastfilter/src/main/java/org/fastfilter/xor/Xor8.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.io.*;
77

88
/**
9-
* The Xor Filter, a new algorithm that can replace a bloom filter.
9+
* The Xor Filter, a new algorithm that can replace a Bloom filter.
1010
*
1111
* It needs 1.23 log(1/fpp) bits per key. It is related to the BDZ algorithm [1]
1212
* (a minimal perfect hash function algorithm).

0 commit comments

Comments
 (0)