Go to file
Parnic dac99b0e72 Improved speed by ~5x
This caches all possible board states at parse time so that they can just be indexed into as needed. Part 2 still takes 5-6 seconds to run in the debugger (1-2 seconds outside the debugger, though), so there's obviously something I'm still missing here, but this makes a substantial dent in the runtime. Next step is actually running the profiler to get more info.
2022-12-24 14:41:08 -06:00
2022-12-24 12:53:56 -06:00
2022-11-30 17:19:53 -06:00
2022-12-24 14:41:08 -06:00
2022-11-30 17:19:53 -06:00
2022-12-24 12:53:56 -06:00
2022-12-01 23:14:58 -06:00
2022-11-30 17:19:53 -06:00

Advent of Code 2022

My solutions to Advent of Code 2022.

Description
No description provided
Readme 301 KiB
Languages
C# 100%