You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ They are also smaller than cuckoo filters. They are used in [production systems]
14
14
15
15
The jfusebin library is Java library that provides access to high-performance XOR and Binary Fuse filters using Java's Foreign Function & Memory (FFM) API.
16
16
17
+
We recommend using the pure Java library [fastfilter_java](https://github.com/FastFilter/fastfilter_java) instead for better performance and portability.
18
+
17
19
## Overview
18
20
19
21
This library wraps a C library, providing Java bindings for probabilistic data structures that can efficiently test set membership with low false positive rates.
0 commit comments