sindresorhus / memoizeLinks
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
☆1,124Updated 6 months ago
Alternatives and similar repositories for memoize
Users that are interested in memoize are comparing it to the libraries listed below
Sorting:
- Type check values☆1,723Updated 3 months ago
- Simple “Least Recently Used” (LRU) cache☆721Updated 3 weeks ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,111Updated 5 months ago
- Get, set, or delete a property from a nested object using a dot path☆844Updated last year
- Promisify a callback-style function☆1,507Updated 2 years ago
- Map over promises concurrently☆1,450Updated 9 months ago
- Simple and modern async event emitter☆1,976Updated 2 months ago
- Delay a promise a specified amount of time☆621Updated 2 years ago
- Memoize promise-returning & async functions☆414Updated 3 weeks ago
- Simple argument parsing☆1,286Updated last year
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,172Updated 9 months ago
- Update notifications for your CLI app☆1,783Updated 9 months ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,224Updated 3 weeks ago
- The fastest Node.js library for formatting terminal text with ANSI colors~!☆1,667Updated 2 years ago
- Retry a promise-returning or async function☆914Updated 3 weeks ago
- Find a file or directory by walking up parent directories☆622Updated 3 months ago
- User-friendly glob matching☆2,594Updated 7 months ago
- See node.js errors with less clutter☆1,521Updated last year
- Simple config handling for your app or module☆1,301Updated 3 months ago
- Easily load and persist config without having to think about where and how☆881Updated 9 months ago
- Colored symbols for various log levels☆761Updated 3 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆728Updated 4 months ago
- Unicode symbols with fallbacks for older terminals☆609Updated 10 months ago
- Get an available TCP port☆913Updated last year
- Create a promise that can be canceled☆443Updated 3 years ago
- Normalize a URL☆857Updated 3 months ago
- Create clickable links in the terminal☆650Updated 3 months ago
- Serialize/deserialize an error into a plain object☆568Updated this week
- Complete memoize/cache solution for JavaScript☆1,780Updated last year
- Promisify an event by waiting for it to be emitted☆436Updated last year