https://github.com/ma-fi-94/advent-of-haskell-22
Doing 2022's AoC in Haskell, again! Because 2024 is over, and I need my fix!
https://github.com/ma-fi-94/advent-of-haskell-22
advent-of-code advent-of-code-2022 advent-of-code-2022-haskell functional-programming haskell puzzle
Last synced: about 2 months ago
JSON representation
Doing 2022's AoC in Haskell, again! Because 2024 is over, and I need my fix!
- Host: GitHub
- URL: https://github.com/ma-fi-94/advent-of-haskell-22
- Owner: Ma-Fi-94
- License: mit
- Created: 2024-12-25T21:16:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:11:41.000Z (4 months ago)
- Last Synced: 2025-02-12T06:24:26.668Z (4 months ago)
- Language: Haskell
- Size: 198 KB
- 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-22
Doing 2022's AoC in Haskell, again! Because 2024 is over, and I need my fix!
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±1.6
|2|⭐️⭐️|29±0.5
|3|⭐️⭐️|30±0.5
|4|⭐️⭐️|30±0.5
|5|⭐️⭐️|30±0.8
|6|⭐️⭐️|29±1.1
|7|⭐️⭐️|29±1.5
|8|⭐️⭐️|55±0.9
|9|⭐️⭐️|43±0.5
|10|⭐️⭐️|29±0.5
|11|⭐️⭐|227±3.2
|12|⭐️⭐|353±3.2
|13|⭐️⭐|30±0.9
|14|⭐️⭐|380±0.7
|15|⭐️⭐️|68±0.9
|16|⭐️⭐️|~500s😱
|17|⭐️⭐️|130±0.9
|18|⭐️⭐️|92±0.9
|19|⭐️⭐️|3995±16.1😒
|20|⭐️⭐️|5358±33.0😒
|21|⭐️⭐️|1886±6.1😒
|22||
|23|⭐️⭐️|2973±7.3😒
|24||
|25|⭐️⭐️|29±0.5