Go to file
Parnic ba639c2af9 Add support for cpu and memory profiling
My day 18 was slow and I wasn't completely certain where it was all coming from, so I dove into Go's profiling stuff. It was super helpful in identifying the problem and giving me easy wins that took runtime from 4.6s/14.4s (part 1/part 2) to 1ms/2ms just from swapping some arrays for maps, which the profile showed very clearly.
2022-06-18 22:53:56 -05:00
2022-06-06 15:14:31 -05:00
2022-06-14 14:37:06 -05:00
2022-06-14 14:37:06 -05:00
2022-06-14 14:37:06 -05:00
2022-06-06 15:14:31 -05:00
2022-06-07 09:54:20 -05:00

Advent of Code 2019

My solutions to Advent of Code 2019.

Description
No description provided
Readme 1.6 MiB
Languages
Go 100%