onyx_online
  • Joined on 2023-01-30
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-13 10:03:23 +00:00
1f349178ed add day-12 + benchmarks
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-12 02:55:02 +00:00
2dc1d494af add result struct to package one
cf22aff066 re-run benchmarks
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-11 19:41:31 +00:00
aafe39aa85 clear up result zero value
1e2188db1a add day-11 + benchmarks
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-10 23:09:08 +00:00
c12cc2c38e use endpoints map to keep score (size of map)
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-10 22:07:19 +00:00
2c3e68d884 remove direction.go for both modules
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-10 22:05:26 +00:00
c89f5611ed remove unused functions and fields
fa02cb3bc7 remove unused functions
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-10 21:46:26 +00:00
503082d822 add day-10 + benchmarks
0236679639 add day-09 + benchmarks
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-09 01:06:15 +00:00
6b7f79b6f0 implement using custom sort function on an update struct
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-08 21:47:13 +00:00
965e704d39 no need to check outofbounds here
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-08 20:11:01 +00:00
5ed54e672b add factory method newAntiNodeCache()
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-08 19:56:11 +00:00
c1b8cb3f18 add day-08 + benchmarks
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-07 23:56:03 +00:00
9bfd45aee4 return early if total exceeds target
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-07 23:39:56 +00:00
d42df0cd84 add day-07 + benchmarks
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-07 00:11:17 +00:00
1c60c034e3 remove const obstacle
3ce4a4112e rerun benchmarks
02443ef244 move check is loop logic to top of loop
08706ecc11 make use of graph factory function.
8bf3f603d5 remove {graph}.obstacles
Compare 5 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-06 20:14:32 +00:00
df605fba15 fix benchmark for daysix package
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-06 20:01:40 +00:00
567ca72402 add day-06 + benchmarks
d1308ffdfe rename data to buf
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-05 18:25:36 +00:00
e67369041e upd scaffold
886679a095 add day-05 + benchmarks
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-05 09:40:47 +00:00
b981b962a2 upd loglevel flag desc
1ef43151b8 upd benchmark function names
Compare 2 commits »
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-05 01:32:08 +00:00
e7aa98d637 add day-04 + benchmarks
onyx_online synced commits to main at onyx_online/aoc2024 from mirror 2024-12-03 15:44:23 +00:00
fca32422e4 get rid of named match groups