File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
fastfilter/src/main/java/org/fastfilter/xor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import 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).
Original file line number Diff line number Diff line change 66import 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).
You can’t perform that action at this time.
0 commit comments