Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Dec 3, 2024
1 parent 8e84f87 commit 9bca63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Suppose that you have a database made of half a billion passwords. You want to c
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.


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/).

## Requirement


Expand Down

0 comments on commit 9bca63c

Please sign in to comment.