From 28025a398a7ca4a62f5de86e63520f2798947349 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Sun, 31 Dec 2023 10:47:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27227efb3..017c1d54e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 1️⃣🐝🏎️ The One Billion Row Challenge +_Note: The challenge will be opened officially on Jan 1 2024!_ + 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!