File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -101,3 +101,12 @@ The cuckoo filter and the benchmark are derived from https://github.com/efficien
101101The SIMD blocked Bloom filter is from https://github.com/apache/impala (via the cuckoo filter).
102102The Morton filter is from https://github.com/AMDComputeLibraries/morton_filter .
103103The 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 )
You can’t perform that action at this time.
0 commit comments