Today reminded me that I don't care for puzzles in...
# advent-of-code
j
Today reminded me that I don't care for puzzles involving grids. Ugly datastructures, inefficient loops - bleh. But, this is as good as I can make it: https://github.com/jorispz/aoc-2018/blob/master/src/commonMain/kotlin/P06.kt Performance is quite abysmal (first/best of 25 runs as usual): JVM
1159/270 ms
, JS
3692/3002 ms
, native
15513/12944 ms
w
i was very pleasantly surprised at the performance of mine today (168 / 68) especially after my day5 performance was terrible