4 comments

[ 5.6 ms ] story [ 14.6 ms ] thread
Hashlife is still one of the nicest examples of memoization that I'm aware of, well worth studying how it works.
Memoization is borrowing time from the past, not bypassing/compressing it.
And what is compression but borrowing from the past?
Beautiful example of hash consing / immutable data structures.