node-mem

Memoize functions
  https://github.com/sindresorhus/mem
  0
  no reviews



An optimization used to speed up consecutive function calls by caching the result of calls with identical input.

Node.js is an event-based server-side JavaScript engine.