This repository contains my solutions to the Advent of Code 2022 written in go.
The following table shows the results of my solutions, running in parallel (one goroutine per day). This is why the percentages do not add up to 100%.
Timings are done on a framework laptop using a 12th Gen Intel(R) Core(TM) i5-1240P Processor.
day | result 1 | result 2 | time (ms) | % of overall time |
---|---|---|---|---|
1 | 72070 | 211805 | 2.36 | 0.30 % |
2 | 14264 | 12382 | 1.37 | 0.18 % |
3 | 24520 | 21955 | 0.36 | 0.05 % |
4 | 503 | 827 | 3.54 | 0.46 % |
5 | SBPQRSCDF | RGLVRCQSB | 0.16 | 0.02 % |
6 | 1542 | 3153 | 6.15 | 0.79 % |
7 | 1743217 | 8319096 | 14.26 | 1.84 % |
8 | 1870 | 517440 | 19.15 | 2.47 % |
9 | 6030 | 2545 | 28.42 | 3.67 % |
10 | 13740 | ######## ##... | 9.44 | 1.22 % |
11 | 99852 | 25935263541 | 169.86 | 21.92 % |
12 | 440 | 439 | 660.10 | 85.18 % |
13 | 5390 | 19261 | 173.20 | 22.35 % |
14 | 692 | 31706 | 415.23 | 53.58 % |
15 | 5403290 | 10291582906626 | 644.95 | 83.23 % |
16 | 1741 | 2316 | 770.58 | 99.44 % |
17 | 3109 | 1541449275365 | 497.32 | 64.18 % |
18 | 3466 | 2012 | 166.17 | 21.44 % |
19 | 1192 | 14725 | 345.99 | 44.65 % |
20 | 2275 | 4090409331120 | 714.81 | 92.24 % |
21 | 232974643455000 | 3740214169961 | 173.27 | 22.36 % |
22 | 93226 | 37415 | 5.16 | 0.67 % |
23 | 3871 | 925 | 540.16 | 69.71 % |
24 | 271 | 813 | 588.48 | 75.94 % |
25 | 2=2-1-010==-... | 1.14 | 0.15 % |
Overall Time: 774.923219ms
Summed Time: 5.951629845s