📝 README update
This commit is contained in:
parent
4226200b43
commit
0b3cb0177b
@ -1,6 +1,7 @@
|
|||||||
# 1️⃣🐝🏎️ The One Billion Row Challenge
|
# 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.
|
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.
|
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>`.
|
Each row is one measurement in the format `<string: station id>;<double: measurement>`.
|
||||||
|
Loading…
Reference in New Issue
Block a user