ruby-memoizable

memoize method return values
  https://github.com/dkubb/memoizable
  0
  no reviews



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.

Learn more about its rationale and usage at /usr/share/ruby-memoizable/README.md