Memoize Packages

extensible-memoize

Extensible memoize that allows plugin arbitrary cache implementation, supporting multiple layers of caches. By default, it uses a mem cache with no expiration.

2.0.0 • Published 1 year ago

fn-memoize

fn-memoize is a lightweight utility that enables efficient memoization of functions, reducing redundant computations by caching results. This package helps optimize performance for functions that are called repeatedly with the same arguments, making it es

1.0.1 • Published 10 months ago