Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

super-memoize

Lexxus26MIT1.0.6TypeScript support: included

Faster than fast, smaller than micro ... a super speed and tiny size memoizer.

memoize, moize, fast-memoize, micro-memoize

readme

Super-Memoize

[![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url]

Memoize function based on nano-memoize with some fixes and improvements.

Installation

$ npm install --save super-memoize

changelog

Change Log

1.0.6 (2020-12-22)

  • Updated dependencies.

1.0.5 (2020-02-04)

  • Changed module to CommonJS (from UMD).

1.0.4 (2020-01-24)

  • Updated Mocha and Chai libs.

1.0.3 (2020-01-24)

  • Added minification.

1.0.2 (2020-01-24)

  • Limit files in the package.

1.0.1 (2020-01-24)

  • (TypeScript) Fixed type of return function.