day 10 optimize
commit2e624ed3d27fd2ced5e8706782b154257efca725
authorEric Blake <eblake@redhat.com>
Tue, 12 Dec 2023 02:51:00 +0000 (11 20:51 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 12 Dec 2023 03:00:18 +0000 (11 21:00 -0600)
treecd94085f27f341bb45ab74e9ef6294156cb7da02
parenta5bd61f37c1ae7608ea0ae2e1888f686a93faf82
day 10 optimize

From the megathread: I basically implemented ray-tracing parity from
scratch, except I did it complicated by tracing through the middle of
the pipe. Instead, trace just through the top half of a cell at |JL,
and there is less work to do (only the north neighbor matters).  Now
~175ms.
2023/day10.m4