aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2023-12-28 18:47:20 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2023-12-28 18:47:20 +0100
commitc73d82c5ac796bf138e3e67f2ad2119278e0ef9a (patch)
tree8cfd034f6c7f9092d30ae4a9955730f8935b32c1
parentec6cf45ce90bbfa6312036b21673b4275654e44d (diff)
📝 README update
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6593813..7e0364f 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,13 @@ The task is to write a Java program which reads the file, calculates the average
{auckland=5.3, concordia=-45.5, hamburg=6.4, hammerfest=-10.4, lima=6.6}
```
+Submit your implementation by Jan 31 2024 and become part of the leaderboard!
+
## Results
| # | Result (sec) | Implementation | Submitter |
|---|--------------|--------------------|---------------|
-| 1.| tbd.| [CalculateAverage.java](https://github.com/gunnarmorling/onebrc/blob/main/src/main/java/dev/morling/onebrc/CalculateAverage.java) (baseline)| Gunnar Morling|
+| 1.| 119.468| [CalculateAverage.java](https://github.com/gunnarmorling/onebrc/blob/main/src/main/java/dev/morling/onebrc/CalculateAverage.java) (baseline)| Gunnar Morling|
See [below](#entering-the-challenge) for instructions how to enter the challenge with your own implementation.
@@ -68,7 +70,7 @@ Execute the following steps to run the challenge:
./calculate_average.sh
```
- The provided naive example implementation uses the Java streams API for processing the file and completes the task in ~3 min on an Apple Mac Mini M1.
+ The provided naive example implementation uses the Java streams API for processing the file and completes the task in ~2 min on environment used for [result evaluation](#evaluating-results).
It serves as the base line for comparing your own implementation.
4. Optimize the heck out of it: