Skip to content

Commit 83aa037

Browse files
authored
Update README.md
1 parent 6ca7bc7 commit 83aa037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

advancedbenchmarking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ useful for "advanced benchmarking".
77

88

99
* 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)
1111
* uncompress is a utility that takes a file containing compressed arrays and generates uncompressed arrays.
1212
* budgetedtest is a program to benchmark decompression speed together with fast intersections
1313
* entropy can be used to compute the entropy of the deltas given a set of (uncompressed) posting lists

0 commit comments

Comments
 (0)