Caching data, but only when accessed
This blog post will be about memoization and is inspired by [link: this blog post by Darren Torpey] about _.once. It reminded me that in Lua, I have often used memoized functions while I was participating in the [link: Euler project]. During those ...