1brc_naive_test


1brc_naive_test, a C code which calls 1brc_naive(), which reads a file of randomly generated temperature readings, associated with weather stations at 413 world cities, and computes the minimum, mean, and maximum temperature for each weather station. It also reports the total execution time. Processing such a data file with one billion records is the substance of the one billion record challenge (1BRC).

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

1brc_naive, a C code which reads a file of randomly generated temperature readings, associated with weather stations at 413 world cities, and computes the minimum, mean, and maximum temperature for each weather station. It also reports the total execution time. Processing such a data file with one billion records is the substance of the one billion record challenge (1BRC).

Source Code:


Last revised on 12 May 2024.