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 8861100 commit a34c126Copy full SHA for a34c126
README.md
@@ -61,7 +61,7 @@ Internally, the tool uses a xor+ filter (see above) with 8 bits per fingerprint.
61
# Implements of xor filters in other programming languages
62
63
* [Erlang](https://github.com/mpope9/exor_filter)
64
-* [Rust](https://github.com/codri/xorfilter-rs)
+* Rust: [1](https://github.com/bnclabs/xorfilter) and [2](https://github.com/codri/xorfilter-rs)
65
* [C++](https://github.com/FastFilter/fastfilter_cpp)
66
* [Go](https://github.com/FastFilter/xorfilter)
67
* [C](https://github.com/FastFilter/xor_singleheader)
0 commit comments