From 0b3cb0177ba6f9ab7816a01ff178c3b4efa50c06 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 28 Dec 2023 12:20:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b4ad6968..a8c8289b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 1️⃣🐝🏎️ The One Billion Row Challenge 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! The text file contains temperature values for a range of weather stations. Each row is one measurement in the format `;`.