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.
- Host: GitHub
- URL: https://github.com/ma-fi-94/advent-of-haskell-21
- Owner: Ma-Fi-94
- License: mit
- Created: 2025-01-14T23:20:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T00:13:29.000Z (5 months ago)
- Last Synced: 2025-01-23T19:51:17.984Z (4 months ago)
- Language: Haskell
- Size: 8.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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