Skip to content

Commit 9bca63c

Browse files
authored
Update README.md
1 parent 8e84f87 commit 9bca63c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Suppose that you have a database made of half a billion passwords. You want to c
88
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.
99

1010

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/).
12+
1113
## Requirement
1214

1315

0 commit comments

Comments
 (0)