You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Suppose that you have a database made of half a billion passwords. You want to c
8
8
The typical approach to this problem is to apply a Bloom filters. We test here a binary fuse filter. The goal is for the filter to use very little memory.
9
9
10
10
11
+
Note: This software project is a demonstration. If you wish to use this software in your own projects, the corresponding software library is the [Header-only Xor and Binary Fuse Filter library](https://github.com/FastFilter/xor_singleheader/).
0 commit comments