Skip to content

Commit 5906203

Browse files
authored
Update README.md
1 parent 6de5bf7 commit 5906203

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ and deserialize on the little endian systems. (Big endian systems are vanishingl
7171

7272
## C++ wrapper
7373

74-
If you want a C++ version, you can roll your own:
74+
If you want a C++ version, we recommend [binfuse](https://github.com/oschonrock/binfuse) by Oliver Schönrock.
75+
76+
77+
You can also roll your own:
7578

7679
```C++
7780
#include "binaryfusefilter.h"

0 commit comments

Comments
 (0)