Skip to content

Commit 5b6d4b5

Browse files
authored
Update README.md
1 parent bd43d61 commit 5b6d4b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,12 @@ The cuckoo filter and the benchmark are derived from https://github.com/efficien
101101
The SIMD blocked Bloom filter is from https://github.com/apache/impala (via the cuckoo filter).
102102
The Morton filter is from https://github.com/AMDComputeLibraries/morton_filter.
103103
The Counting Quotient Filter (CQF) is from https://github.com/splatlab/cqf.
104+
105+
106+
# Implementations of xor filters in other programming languages
107+
108+
* [Go](https://github.com/FastFilter/xorfilter)
109+
* [Erlang](https://github.com/mpope9/exor_filter)
110+
* [Rust](https://github.com/codri/xorfilter-rs)
111+
* [Java](https://github.com/FastFilter/fastfilter_java)
112+
* [C](https://github.com/FastFilter/xor_singleheader)

0 commit comments

Comments
 (0)