File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Using Go's built-in benchmarking with the [testing](https://pkg.go.dev/testing#h
4242| 6 | 149919 | 986335 | ` 30,99% ` / - |
4343| 7 | 671799 | 508323 | |
4444| 8 | 66756016 | 64329155 | |
45+ | 9 | 593637 | 375621306 | - / ` 90,43% ` |
4546
4647All values are ns/op. \* compared to first solution.
4748
@@ -54,6 +55,7 @@ All values are ns/op. \* compared to first solution.
5455| 3 | 221365 | - | Baseline | [ Link] ( https://github.com/believer/advent-of-code/blob/84d03e23d56e216ae811d368f8dfad54f4eb21db/go/2025/puzzles/day03/main.go ) |
5556| 5 | 3135281 | - | Baseline | [ Link] ( https://github.com/believer/advent-of-code/blob/0ebd61766589a47aba498000168f720633b7ee1a/go/2025/puzzles/day05/main.go ) |
5657| 6 | 217234 | - | Baseline | [ Link] ( https://github.com/believer/advent-of-code/blob/987f84d6b6a172da55f724c519b7b225984fe492/go/2025/puzzles/day06/main.go ) |
58+ | 9 | - | 3925386083 | Baseline | [ Link] ( https://github.com/believer/advent-of-code/blob/7d21864ebe8ee554493f41879046d59f78c79282/go/2025/puzzles/day09/main.go ) |
5759
5860## Running
5961
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import (
1616// on the same column or row, which made boundary calculations easier.
1717
1818// Edit: Found a faster solution using slice bounds instead of a map
19- // TODO:<Perf> Add performance from M1 Mac for old solution and new
2019
2120func main () {
2221 fmt .Println ("Part 1: " , part1 ("input.txt" ))
You can’t perform that action at this time.
0 commit comments