We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de5bf7 commit 5906203Copy full SHA for 5906203
README.md
@@ -71,7 +71,10 @@ and deserialize on the little endian systems. (Big endian systems are vanishingl
71
72
## C++ wrapper
73
74
-If you want a C++ version, you can roll your own:
+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:
78
79
```C++
80
#include "binaryfusefilter.h"
0 commit comments