Commit Graph

4 Commits

Author SHA1 Message Date
9e7942a35e Enable running all days at once
I'm kinda bored and wanted to.
2021-12-12 15:28:41 -06:00
5c37fc4129 More day 12 optimizations
Down to  ~98ms from the original ~940ms. That's a very respectable gain, but I am still not quite happy with the runtime. At this point, though, I think I will need to re-think my approach rather than making small tweaks.
2021-12-12 11:25:58 -06:00
c292bd45c6 3.4x speedup on Day 12
First round of the lowest of low-hanging fruits to get day 12 runtime from ~1s to ~280ms on my machine in Release. Still not happy with 280ms, so I will probably keep digging.
2021-12-12 10:57:29 -06:00
0dc2abeca9 Day 12 solution
This was my initial solution I used to submit the puzzle answer. Runtime for part 2 on my input set was around a second, so now I'm going to find optimization targets. I'm sure there's a lot I could be doing much better.
2021-12-12 10:08:46 -06:00