We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914c73a commit 3ff1817Copy full SHA for 3ff1817
1 file changed
README.md
@@ -88,7 +88,7 @@ public:
88
}
89
90
bool AddAll(const uint64_t* data, const size_t start, const size_t end) {
91
- return xor8_buffered_populate(data + start, end - start, &filter);
+ return binary_fuse8_populate(data + start, end - start, &filter);
92
93
inline bool Contain(uint64_t &item) const {
94
return binary_fuse8_contain(item, &filter);
0 commit comments