Go to file
Parnic fdf621b58d 10x speedup on part 1
Mostly from not testing and adding each individual vector, just the x component we care about. Some of the improvement came from setting capacity on the hash set up front. I could get even better if I was smarter about computing ranges of numbers rather than this dumb approach of putting each number into a hashset to function as a union/intersection surrogate.
2022-12-15 16:13:36 -06:00
2022-12-15 14:12:52 -06:00
2022-11-30 17:19:53 -06:00
2022-12-15 16:13:36 -06:00
2022-11-30 17:19:53 -06:00
2022-12-15 14:12:52 -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%