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 81854ea commit 6dddc5cCopy full SHA for 6dddc5c
README.md
@@ -21,7 +21,7 @@ Reference: [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters](https
21
# Implements of xor filters in other programming languages
22
23
* [Erlang](https://github.com/mpope9/exor_filter)
24
-* Rust: [1](https://github.com/bnclabs/xorfilter) and [2](https://github.com/codri/xorfilter-rs)
+* Rust: [1](https://github.com/bnclabs/xorfilter), [2](https://github.com/codri/xorfilter-rs), [3](https://github.com/Polochon-street/rustxorfilter)
25
* [C++](https://github.com/FastFilter/fastfilter_cpp)
26
* [Go](https://github.com/FastFilter/xorfilter)
27
* [C](https://github.com/FastFilter/xor_singleheader)
0 commit comments