github.com/mnlphlp/aoc22@v0.0.0-20230330151331-c1dc4bff1b9b/README.md (about)

     1  This repository contains my solutions to the [Advent of Code 2022](https://adventofcode.com/2022) written in [go](https://go.dev/).
     2  
     3  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%.
     4  
     5  Timings are done on a framework laptop using a 12th Gen Intel(R) Core(TM) i5-1240P Processor.
     6  
     7  ## Results:
     8  day | result 1        | result 2        | time (ms) | % of overall time
     9  --: | :-------------: | :--------------:| --------: | :--------
    10    1 | 72070           | 211805          |      2.36 |  0.30 %
    11    2 | 14264           | 12382           |      1.37 |  0.18 %
    12    3 | 24520           | 21955           |      0.36 |  0.05 %
    13    4 | 503             | 827             |      3.54 |  0.46 %
    14    5 | SBPQRSCDF       | RGLVRCQSB       |      0.16 |  0.02 %
    15    6 | 1542            | 3153            |      6.15 |  0.79 %
    16    7 | 1743217         | 8319096         |     14.26 |  1.84 %
    17    8 | 1870            | 517440          |     19.15 |  2.47 %
    18    9 | 6030            | 2545            |     28.42 |  3.67 %
    19   10 | 13740           | ########  ##... |      9.44 |  1.22 %
    20   11 | 99852           | 25935263541     |    169.86 | 21.92 %
    21   12 | 440             | 439             |    660.10 | 85.18 %
    22   13 | 5390            | 19261           |    173.20 | 22.35 %
    23   14 | 692             | 31706           |    415.23 | 53.58 %
    24   15 | 5403290         | 10291582906626  |    644.95 | 83.23 %
    25   16 | 1741            | 2316            |    770.58 | 99.44 %
    26   17 | 3109            | 1541449275365   |    497.32 | 64.18 %
    27   18 | 3466            | 2012            |    166.17 | 21.44 %
    28   19 | 1192            | 14725           |    345.99 | 44.65 %
    29   20 | 2275            | 4090409331120   |    714.81 | 92.24 %
    30   21 | 232974643455000 | 3740214169961   |    173.27 | 22.36 %
    31   22 | 93226           | 37415           |      5.16 |  0.67 %
    32   23 | 3871            | 925             |    540.16 | 69.71 %
    33   24 | 271             | 813             |    588.48 | 75.94 %
    34   25 | 2=2-1-010==-... |                 |      1.14 |  0.15 %
    35  
    36  Overall Time: 774.923219ms
    37  
    38  Summed Time: 5.951629845s
    39  
    40  
    41  
    42  
    43  
    44  
    45