Memoization is an optimization that saves the return value of a method
so it doesn't need to be re-computed every time that method is called.

Homepage:
https://github.com/dkubb/memoizable
