|
1 | 1 | # Advent of Code [![checks-badge]][checks-link] [![docs-badge]][docs-link] |
2 | 2 |
|
3 | 3 | Blazing fast Rust solutions for every [Advent of Code] puzzle from 2015 to 2024, taking |
4 | | -**471 milliseconds** to solve all 500 stars. Each solution is carefully optimized for performance |
| 4 | +**470 milliseconds** to solve all 500 stars. Each solution is carefully optimized for performance |
5 | 5 | while ensuring the code remains concise, readable, and idiomatic. |
6 | 6 |
|
7 | 7 | ## Features |
@@ -67,7 +67,7 @@ Performance is reasonable even on older hardware, for example a 2011 MacBook Pro |
67 | 67 |
|
68 | 68 | | Year | [2015](#2015) | [2016](#2016) | [2017](#2017) | [2018](#2018) | [2019](#2019) | [2020](#2020) | [2021](#2021) | [2022](#2022) | [2023](#2023) | [2024](#2024) | |
69 | 69 | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | |
70 | | -| Benchmark (ms) | 14 | 109 | 57 | 35 | 14 | 220 | 8 | 5 | 5 | 4 | |
| 70 | +| Benchmark (ms) | 14 | 109 | 57 | 35 | 13 | 220 | 8 | 5 | 5 | 4 | |
71 | 71 |
|
72 | 72 | ## 2024 |
73 | 73 |
|
@@ -250,7 +250,7 @@ Performance is reasonable even on older hardware, for example a 2011 MacBook Pro |
250 | 250 | | 13 | [Care Package](https://adventofcode.com/2019/day/13) | [Source](src/year2019/day13.rs) | 2527 | |
251 | 251 | | 14 | [Space Stoichiometry](https://adventofcode.com/2019/day/14) | [Source](src/year2019/day14.rs) | 17 | |
252 | 252 | | 15 | [Oxygen System](https://adventofcode.com/2019/day/15) | [Source](src/year2019/day15.rs) | 291 | |
253 | | -| 16 | [Flawed Frequency Transmission](https://adventofcode.com/2019/day/16) | [Source](src/year2019/day16.rs) | 1956 | |
| 253 | +| 16 | [Flawed Frequency Transmission](https://adventofcode.com/2019/day/16) | [Source](src/year2019/day16.rs) | 224 | |
254 | 254 | | 17 | [Set and Forget](https://adventofcode.com/2019/day/17) | [Source](src/year2019/day17.rs) | 338 | |
255 | 255 | | 18 | [Many-Worlds Interpretation](https://adventofcode.com/2019/day/18) | [Source](src/year2019/day18.rs) | 1039 | |
256 | 256 | | 19 | [Tractor Beam](https://adventofcode.com/2019/day/19) | [Source](src/year2019/day19.rs) | 688 | |
|
0 commit comments