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
+32-39Lines changed: 32 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,8 @@ This is a research library currently. It is not meant for production use.
6
6
7
7
Developers might want to consider our [Header-only Xor Filter library in C](https://github.com/FastFilter/xor_singleheader/).
8
8
9
-
## Reference
10
9
11
-
* 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
12
-
13
-
14
-
15
-
## Prerequisites_fastfilter
10
+
## Prerequisites
16
11
17
12
- A C++11 compiler such as GNU G++ or LLVM Clang++
18
13
- Make
@@ -44,17 +39,17 @@ Your results will depend on the hardware, on the compiler and how the system is
0 commit comments