@@ -53,7 +53,7 @@ Place input files in `input/yearYYYY/dayDD.txt` including leading zeroes. For ex
53
53
## Performance
54
54
55
55
Benchmarks are measured using the built-in ` cargo bench ` tool run on an [ Apple M2 Max] [ apple-link ] .
56
- All 250 solutions from 2024 to 2015 complete sequentially in ** 584 milliseconds** .
56
+ All 250 solutions from 2024 to 2015 complete sequentially in ** 580 milliseconds** .
57
57
Interestingly 84% of the total time is spent on just 9 solutions.
58
58
Performance is reasonable even on older hardware, for example a 2011 MacBook Pro with an
59
59
[ Intel i7-2720QM] [ intel-link ] processor takes 3.5 seconds to run the same 225 solutions.
@@ -62,7 +62,7 @@ Performance is reasonable even on older hardware, for example a 2011 MacBook Pro
62
62
63
63
| Year | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 |
64
64
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
65
- | Benchmark (ms) | 24 | 120 | 89 | 35 | 16 | 272 | 9 | 8 | 6 | 5 |
65
+ | Benchmark (ms) | 24 | 119 | 88 | 35 | 16 | 270 | 9 | 8 | 6 | 5 |
66
66
67
67
## 2024
68
68
0 commit comments