add day-22 + benchmarks

This commit is contained in:
2024-12-22 16:54:03 +00:00
parent 5cc9a43723
commit 287a168293
19 changed files with 426 additions and 0 deletions

15
day-22/benchmark Normal file
View File

@@ -0,0 +1,15 @@
goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-22
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1 2054969661 ns/op
BenchmarkSolve-12 1 1820308129 ns/op
BenchmarkSolve-12 1 1853098610 ns/op
BenchmarkSolve-12 1 1825725443 ns/op
BenchmarkSolve-12 1 1817395243 ns/op
BenchmarkSolve-12 1 1823292443 ns/op
BenchmarkSolve-12 1 1825067743 ns/op
BenchmarkSolve-12 1 1827243915 ns/op
BenchmarkSolve-12 1 1821714708 ns/op
BenchmarkSolve-12 1 1825390608 ns/op
ok github.com/onyx-and-iris/aoc2024/day-22 18.538s