Skip to content

Commit b1b347d

Browse files
authored
Update README.md
1 parent e1c40b1 commit b1b347d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following additional types are implemented, but less tested:
2222

2323
## Reference
2424

25-
* Thomas Mueller Graf, Daniel Lemire, [Binary Fuse Filters: Fast and Smaller Than Xor Filters](http://arxiv.org/abs/2201.01174), Journal of Experimental Algorithmics (to appear). DOI: 10.1145/3510449
25+
* Thomas Mueller Graf, Daniel Lemire, [Binary Fuse Filters: Fast and Smaller Than Xor Filters](http://arxiv.org/abs/2201.01174), Journal of Experimental Algorithmics 27, 2022. DOI: 10.1145/3510449
2626
* Thomas Mueller Graf, Daniel Lemire, [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters](https://arxiv.org/abs/1912.08258), Journal of Experimental Algorithmics 25 (1), 2020. DOI: 10.1145/3376122
2727

2828
## Usage
@@ -46,6 +46,7 @@ When using Maven:
4646
* [Python](https://github.com/FastFilter/pyfusefilter)
4747
* Rust: [1](https://github.com/bnclabs/xorfilter), [2](https://github.com/codri/xorfilter-rs), [3](https://github.com/Polochon-street/rustxorfilter)
4848
* [C#](https://github.com/jonmat/FastIndex)
49+
* [Java C wrapper](https://github.com/FastFilter/jfusebin)
4950

5051
Note that the data format in other implementations may not match the data format in Java.
5152

0 commit comments

Comments
 (0)