sindresorhus / memoizeLinks
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
☆1,143Updated 2 weeks 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,741Updated last week
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,120Updated last month
- Simple “Least Recently Used” (LRU) cache☆738Updated last month
- Promisify a callback-style function☆1,509Updated 3 years ago
- Get, set, or delete a property from a nested object using a dot path☆851Updated last month
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,270Updated last month
- Simple and modern async event emitter☆1,993Updated 4 months ago
- Update notifications for your CLI app☆1,788Updated 11 months ago
- Memoize promise-returning & async functions☆428Updated 3 weeks ago
- Get an available TCP port☆917Updated 2 months ago
- Colored symbols for various log levels☆763Updated 5 months ago
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,204Updated last week
- Normalize a URL☆865Updated 2 months ago
- User-friendly glob matching☆2,613Updated last month
- The fastest Node.js library for formatting terminal text with ANSI colors~!☆1,672Updated 2 years ago
- Map over promises concurrently☆1,462Updated last month
- Delay a promise a specified amount of time☆625Updated last week
- See node.js errors with less clutter☆1,522Updated last year
- Simple argument parsing☆1,284Updated last year
- Find a file or directory by walking up parent directories☆626Updated last month
- Easily load and persist config without having to think about where and how☆884Updated last month
- Simple config handling for your app or module☆1,310Updated last month
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆731Updated 2 months ago
- Retry a promise-returning or async function☆945Updated last month
- Unicode symbols with fallbacks for older terminals☆611Updated last year
- Smooth (CLI) Operator 🎶☆1,072Updated last year
- Create boxes in the terminal☆1,643Updated last month
- Create a promise that can be canceled☆447Updated 2 months ago
- Promisify an event by waiting for it to be emitted☆440Updated 2 months ago
- Create clickable links in the terminal☆650Updated 2 months ago