day 12 minor optimization
commit04f764b8464c47f35cae66e20ff6a155d556d089
authorEric Blake <eblake@redhat.com>
Thu, 14 Dec 2023 20:39:31 +0000 (14 14:39 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 14 Dec 2023 20:39:31 +0000 (14 14:39 -0600)
tree475bb3395fea38c7dc5f68a97d79466d686e4841
parent08b78d1d2e127b44cf8d052e019e141786cabb0c
day 12 minor optimization

The memoization cache is working; no longer tracking the stats shaves
a fraction of a second, down to 3.8s runtime.  Meanwhile, mention an
idea to pursue for a much faster computation (but which will no longer
be my own solution, so much as porting someone else's better algorithm
to m4).
2023/day12.m4