View on GitHub

The PBBS Benchmarks

New version of pbbs benchmarks

Histogram (HIST)

Given a sequence of integers and a bucket-count m, generates a histogram of the integers in the range [0:m). All integers in the input must be in that range. The output is simply a sequence of length m, with each of the counts.

Default Input Distributions

The test distributions are the following:

For the large inputs n = 100 million, and for the small n = 10 million.

Input and Output File Formats

The input and output data need to be in the sequence file format, both with integer element types.