You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,6 +18,13 @@ The following filter types are currently implemented:
18
18
19
19
Reference: [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters](https://arxiv.org/abs/1912.08258), Journal of Experimental Algorithmics (to appear).
20
20
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)
0 commit comments