From 647d0c578ecffe2880ab50195e747d87f0259557 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Mon, 1 Jan 2024 15:49:01 +0100 Subject: README update --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ca7c5d2..d0b5b1b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ _Status Jan 1: This challenge is open for submissions!_ The One Billion Row Challenge (1BRC) is a fun exploration of how far modern Java can be pushed for aggregating one billion rows from a text file. Grab all your (virtual) threads, reach out to SIMD, optimize your GC, or pull any other trick, and create the fastest implementation for solving this task! +1BRC + The text file contains temperature values for a range of weather stations. Each row is one measurement in the format `;`. The following shows ten rows as an example: -- cgit v1.2.3