Skip to content

Commit

Permalink
docs(2023): add performance day 18
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Dec 18, 2023
1 parent 9a9854f commit 1a58709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ You try to ask why they can't just use a weather machine ("not powerful enough")
| [Day 15: Lens Library](https://github.com/believer/advent-of-code/blob/master/rust/2023/src/day_15.rs) | 🌟 | 516070 | 🌟 | 244981 |
| [Day 16: The Floor Will Be Lava](https://github.com/believer/advent-of-code/blob/master/rust/2023/src/day_16.rs) | 🌟 | 7562 | 🌟 | 7793 |
| [Day 17: Clumsy Crucible](https://github.com/believer/advent-of-code/blob/master/rust/2023/src/day_17.rs) | 🌟 | 1013 | 🌟 | 1215 |
| [Day 18: Lavaduct Lagoon](https://github.com/believer/advent-of-code/blob/master/rust/2023/src/day_18.rs) | 🌟 | 48652 | 🌟 | 45757884535661 |

## Performance

Expand All @@ -57,6 +58,7 @@ With the help of [cargo-aoc](https://github.com/gobanos/cargo-aoc) I get automat
| 15 | 19.99 µs | 210.88 µs | - / `-28.20%` | 241.12 µs |
| 16 | 1.41 ms | 49.39 ms | | 30.33 µs |
| 17 | 64.21 ms | 173.37 ms | | 47.36 µs |
| 18 | 837.59 ns | 844.43 ns | | 41.30 µs / 73.29 µs |

\* compared to first solution<br/>
\*\* slow, didn't benchmark. Value comes from running the solver.
Expand Down

0 comments on commit 1a58709

Please sign in to comment.