aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2023-12-28 12:20:36 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2023-12-28 12:20:36 +0100
commit0b3cb0177ba6f9ab7816a01ff178c3b4efa50c06 (patch)
tree3f1ec3481a7c15af78ac338d955fec52a4097dc7 /README.md
parent4226200b433002de1fbe92ba3e7e2ffbbe632142 (diff)
📝 README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b4ad69..a8c8289 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 `<string: station id>;<double: measurement>`.