Skip to content

Commit

Permalink
πŸ“ README update
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Dec 28, 2023
1 parent 4226200 commit 0b3cb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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>`.
Expand Down

0 comments on commit 0b3cb01

Please sign in to comment.