diff --git a/rust/2023/README.md b/rust/2023/README.md index c0e5d7a..2dc0918 100644 --- a/rust/2023/README.md +++ b/rust/2023/README.md @@ -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 @@ -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
\*\* slow, didn't benchmark. Value comes from running the solver.