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
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,54 @@ Developers might want to consider our [Header-only Xor Filter library in C](http
11
11
- A C++11 compiler such as GNU G++ or LLVM Clang++
12
12
- Make
13
13
14
+
Expectations:
14
15
16
+
- Though it should be possible to run this benchmark on any operating system, we expect Linux and use its performance counters to measure performance.
17
+
- We expect an x64 processor with AVX2 support though most filters work on any processor, if you compile on a machine that does not support AVX2 instructions, the corresponding filters that depend on AVX2 will be disabled.
15
18
16
19
## Usage
17
20
21
+
22
+
Make sure to select the right GNU GCC compiler (e.g., via `export export CXX=g++-8`).
23
+
You may want to disable hyperthreading and adjust page sizes. Run the benchmark
0 commit comments