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