interesting discoveries: * using a list instead of a dict made a difference, but not a lot * declaring the code in a function instead of as "global code" made *A LOT* of difference. I guess it has to do with the variables being global in that case
My solutions to advent of code 2020