Skip to content

Commit 3750436

Browse files
1 parent 71781a0 commit 3750436

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ The following filter types are currently implemented:
1818

1919
Reference: [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters](https://arxiv.org/abs/1912.08258), Journal of Experimental Algorithmics (to appear).
2020

21-
# Implements of xor filters in other programming languages
21+
# Other Xor Filter Implementations
2222

23-
* [Erlang](https://github.com/mpope9/exor_filter)
24-
* 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)
2723
* [C](https://github.com/FastFilter/xor_singleheader)
2824
* [C99](https://github.com/skeeto/xf8)
25+
* [C++](https://github.com/FastFilter/fastfilter_cpp)
26+
* [Erlang](https://github.com/mpope9/exor_filter)
27+
* [Go](https://github.com/FastFilter/xorfilter)
28+
* [Java](https://github.com/komiya-atsushi/xor-filter)
2929
* [Python](https://github.com/GreyDireWolf/pyxorfilter)
30+
* Rust: [1](https://github.com/bnclabs/xorfilter), [2](https://github.com/codri/xorfilter-rs), [3](https://github.com/Polochon-street/rustxorfilter)
3031

3132
## Password Lookup Tool
3233

0 commit comments

Comments
 (0)