mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 05:30:14 -05:00
dac99b0e7260784dd198c5ae9bffabb711244a91
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.
Advent of Code 2022
My solutions to Advent of Code 2022.
Description
Languages
C#
100%