https://github.com/boehs/aoc
🎄 I'm bad at this
https://github.com/boehs/aoc
advent-of-code advent-of-code-2022 bun
Last synced: 17 days ago
JSON representation
🎄 I'm bad at this
- Host: GitHub
- URL: https://github.com/boehs/aoc
- Owner: boehs
- Created: 2022-12-01T16:33:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-24T22:06:49.000Z (7 months ago)
- Last Synced: 2026-01-27T13:51:58.061Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2022, bun
- Language: TypeScript
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (Bad|Bun|Boehs) AOC Solutions
```bash
# run
bunx baocr
```
# Results
Results for a given year. Presented in avg. ms. across № runs.
## 2022
```
$ baocr all 2022 -n 10
🎄 AOC /^2022$/ /^1..15$/ №=10
one two =sum
┌──────────┬─────────┬──────────┐
1 | 0.19ms | 0.17ms | 0.36ms |
├──────────┼─────────┼──────────┤
2 | 0.39ms | 0.46ms | 0.85ms |
├──────────┼─────────┼──────────┤
3 | 0.46ms | 0.57ms | 1.03ms |
├──────────┼─────────┼──────────┤
4 | 4.40ms | 2.93ms | 7.33ms |
├──────────┼─────────┼──────────┤
5 | 0.50ms | 0.42ms | 0.92ms |
├──────────┼─────────┼──────────┤
6 | 0.24ms | 1.70ms | 1.94ms |
├──────────┼─────────┼──────────┤
7 | 0.83ms | 0.42ms | 1.25ms |
├──────────┼─────────┼──────────┤
8 | 15.65ms | 14.09ms | 29.74ms |
├──────────┼─────────┼──────────┤
9 | 2.96ms | 5.98ms | 8.94ms |
├──────────┼─────────┼──────────┤
10 | 0.07ms | 0.09ms | 0.16ms |
├──────────┼─────────┼──────────┤
11 | 0.29ms | 41.59ms | 41.88ms |
├──────────┼─────────┼──────────┤
12 | 2.76ms | 2.38ms | 5.14ms |
├──────────┼─────────┼──────────┤
13 | 0.51ms | 2.05ms | 2.56ms |
├──────────┼─────────┼──────────┤
14 | 2.00ms | 25.52ms | 27.52ms |
├──────────┼─────────┼──────────┤
15 | 692.50ms | | 692.50ms |
└──────────┴─────────┴──────────┘
```
## 2023
```
$ baocr all 2023 -n 10
🎄 AOC λy.2023 λd.1..3 №=10
one two =sum
┌────────┬────────┬────────┐
1 | 0.23ms | 1.64ms | 1.87ms |
├────────┼────────┼────────┤
2 | 0.33ms | 0.29ms | 0.62ms |
├────────┼────────┼────────┤
3 | 1.34ms | 0.74ms | 2.08ms |
└────────┴────────┴────────┘
```