Fast Memoize.js Versions Save

:rabbit2: Fastest possible memoization library

v2.4.0

5 years ago

Added

  • TypeScript annotations

v2.3.0

6 years ago
  • Faster (thanks to @anywhichway PR)

Before: screen shot 2018-02-06 at 6 26 46 pm

After: screen shot 2018-02-06 at 6 26 41 pm

v2.2.8

6 years ago
  • Add Gotchas section to README

v2.2.7

7 years ago
  • Remove all ES2015+

v2.2.3

7 years ago

Lib compatible with ES5 environments without transpilation.

v2.2.1

7 years ago

Fix on README

v2.2.0

7 years ago
  • Add util.inspect to serializers benchmark
  • Refactor to ES2015+
  • Removes unused cache.delete method
  • 100% coverage

v2.1.1

7 years ago
  • Add benchmark gif on README

v2.1.0

7 years ago
  • fast-memoize.js now the fastest memoization library