diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-01 15:49:01 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-01 15:49:01 +0100 |
| commit | 647d0c578ecffe2880ab50195e747d87f0259557 (patch) | |
| tree | f56d49ccbd95c4d545c3fc81f51251f0a5f1b776 | |
| parent | a08f9cc2c698d04f883a0a8f70d555be5c57a944 (diff) | |
README update
| -rw-r--r-- | 1brc.png | bin | 0 -> 249093 bytes | |||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/1brc.png b/1brc.png Binary files differnew file mode 100644 index 0000000..03fffec --- /dev/null +++ b/1brc.png @@ -5,6 +5,8 @@ _Status Jan 1: This challenge is open for submissions!_ 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! +<img src="1brc.png" alt="1BRC" style="display: block; margin-left: auto; margin-right: auto; margin-bottom:1em; width: 50%;"> + The text file contains temperature values for a range of weather stations. Each row is one measurement in the format `<string: station name>;<double: measurement>`. The following shows ten rows as an example: |
