Skip to content

Commit ad6444b

Browse files
Update README.md
1 parent a34c126 commit ad6444b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fast Approximate Membership Filters
1+
# Fast Approximate Membership Filters in Java
22

33
[![Build Status](https://travis-ci.com/FastFilter/fastfilter_java.svg?branch=master)](https://travis-ci.com/FastFilter/fastfilter_java)
44

@@ -18,6 +18,13 @@ 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
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)
25+
* [C++](https://github.com/FastFilter/fastfilter_cpp)
26+
* [Go](https://github.com/FastFilter/xorfilter)
27+
* [C](https://github.com/FastFilter/xor_singleheader)
2128

2229
## Password Lookup Tool
2330

@@ -58,11 +65,3 @@ Internally, the tool uses a xor+ filter (see above) with 8 bits per fingerprint.
5865

5966

6067

61-
# Implements of xor filters in other programming languages
62-
63-
* [Erlang](https://github.com/mpope9/exor_filter)
64-
* 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)
68-

0 commit comments

Comments
 (0)