it goes a little faster assuming nothing crosses a boundary:
advent.day9> (time (decompress-3 input))
"Elapsed time: 58.791967 msecs"
Juuust a little.
wondering if anyone can point me in the direction of how one might clear the cider repl
from code
(I’m trying to draw the new board fresh @ the top of the repl after every step in day 8)
@samueldev c-c c-p is like c-x c-e but pretty prints it to a buffer
my code is here: https://github.com/thegeez/clj-advent-of-code-2016
And my code is here: https://github.com/chrismurrph/advent-of-code
Very Cool!