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: advancedbenchmarking/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ useful for "advanced benchmarking".
7
7
8
8
9
9
* simplesynth is a utility that generates a file containing randomly generated arrays.
10
-
* compress is a utility that takes a file containing uncompressed (regular) arrays and generates compressed arrays. The expect input format is (length L of array as an unsigned 32-bit integer)(L consecutive 32-bit unsigned integers in increasing order) (repeat as many times as desired) -- integers must be stored using the default endianess of the machine (typically little endian)
10
+
* compress is a utility that takes a file containing uncompressed (regular) arrays and generates compressed arrays. The expected input format is (length L of array as an unsigned 32-bit integer)(L consecutive 32-bit unsigned integers in increasing order) (repeat as many times as desired) -- integers must be stored using the default endianess of the machine (typically little endian)
11
11
* uncompress is a utility that takes a file containing compressed arrays and generates uncompressed arrays.
12
12
* budgetedtest is a program to benchmark decompression speed together with fast intersections
13
13
* entropy can be used to compute the entropy of the deltas given a set of (uncompressed) posting lists
0 commit comments