sindresorhus / memoize
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
☆1,095Updated 5 months ago
Alternatives and similar repositories for memoize:
Users that are interested in memoize are comparing it to the libraries listed below
- Simple “Least Recently Used” (LRU) cache☆687Updated last year
- Promisify a callback-style function☆1,505Updated 2 years ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,100Updated 5 months ago
- Memoize promise-returning & async functions☆400Updated last year
- Simple and modern async event emitter☆1,764Updated last week
- The fastest Node.js library for formatting terminal text with ANSI colors~!☆1,638Updated last year
- Find a file or directory by walking up parent directories☆586Updated 6 months ago
- Type check values☆1,695Updated 4 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆719Updated 3 years ago
- Retry a promise-returning or async function☆817Updated 2 months ago
- Update notifications for your CLI app☆1,767Updated last month
- Colored symbols for various log levels☆748Updated 5 months ago
- Promisify an event by waiting for it to be emitted☆432Updated 10 months ago
- Delay a promise a specified amount of time☆608Updated last year
- Simple argument parsing☆1,263Updated 5 months ago
- Copy files☆427Updated 5 months ago
- Map over promises concurrently☆1,383Updated last month
- Super tiny and ~350% faster alternative to node-glob☆852Updated 2 years ago
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,136Updated 2 months ago
- Create a promise that can be canceled☆441Updated 2 years ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,128Updated last week
- Complete memoize/cache solution for JavaScript☆1,756Updated 7 months ago
- See node.js errors with less clutter☆1,522Updated 7 months ago
- Unicode symbols with fallbacks for older terminals☆598Updated 2 months ago
- User-friendly glob matching☆2,550Updated 6 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆352Updated 7 months ago
- ⬅️ ES6 string tag that strips indentation from multi-line strings.☆948Updated 9 months ago
- Create boxes in the terminal☆1,559Updated 5 months ago
- Get, set, or delete a property from a nested object using a dot path☆822Updated 8 months ago
- Easily load and persist config without having to think about where and how☆868Updated last month