An open API service indexing awesome lists of open source software.

https://github.com/ma-fi-94/advent-of-haskell-21

Advent of Code 2021, solved in Haskell! Because I am nearly done with AoC 2022 and was a bit too busy for the remaining few '22 tasks.
https://github.com/ma-fi-94/advent-of-haskell-21

Last synced: 3 months ago
JSON representation

Advent of Code 2021, solved in Haskell! Because I am nearly done with AoC 2022 and was a bit too busy for the remaining few '22 tasks.

Awesome Lists containing this project

README

        

# advent-of-haskell-21
Advent of Code 2021, solved in Haskell! Because I am nearly done with AoC 2022 and was a bit too busy for the remaining few '22 tasks.

Also trying to achieve sub-second runtime for every single day, because that nudges me to think more deeply about everything. Performance is measured after compiling with -O3 and executing five times on my system (Apple MacBook with M2 Max processor, 32 GB RAM.)

## Progress so far

|Day|Stars|Time [ms] (mean ± SD)
|---|-----|----
|1|⭐️⭐️|29±0.5
|2|⭐️⭐️|29±1.5
|3|⭐️⭐️|42±0.4
|4|⭐️⭐️|55±0.4
|5|⭐️⭐️|180±0.8
|6|⭐️⭐️|29±1.1
|7|⭐️⭐️|30±0.8
|8| |
|9|⭐️⭐️|115±3.4
|10|⭐️⭐️|29±0.7
|11| |
|12| |
|13|⭐️⭐️|29±0.4
|14|⭐️⭐️|30±0.4