ruby-memoize

Ruby library providing speed up methods at the cost of memory (or disk space)
  https://github.com/djberg96/memoize
  0
  no reviews



The memoize library allows you to cache methods for faster lookup. Cached results can either be stored in memory (the default) or to a file.

This library is deprecated. Memoization alternatives are memoist, memoizable and simple_memoize.