Go to file
Parnic f4e2351dbb Last day 17 improvements
Some easy tweaks from the profiler's data that move part 1 from 200ms to 10ms (both by applying some previous part 2 optimizations and also from the same changes that improved part 2 further) and part 2 from 90ms to 60ms.

I always knew LINQ was trading speed for convenience, but I'm not sure I realized just how much the trade-off costs under some circumstances. It definitely still has its value and can be "fast" or at least "fast enough" if used properly.
2022-12-18 12:31:39 -06:00
2022-12-18 11:11:37 -06:00
2022-11-30 17:19:53 -06:00
2022-12-18 12:31:39 -06:00
2022-11-30 17:19:53 -06:00
2022-12-18 11:11:37 -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%