Files
pkgsrc-ng/devel/ruby-memoize/DESCR
2013-09-26 17:14:40 +02:00

4 lines
141 B
Plaintext

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.