blob: a0fb295f9491f64ca51713a531d6d3894bcc8c89 (
plain) (
blame)
1
2
3
4
|
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.
WWW: https://github.com/djberg96/memoize
|