sindresorhus / memoize
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
☆1,090Updated 3 months ago
Related projects ⓘ
Alternatives and complementary repositories for memoize
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,097Updated 3 months ago
- Simple “Least Recently Used” (LRU) cache☆678Updated 11 months ago
- Simple and modern async event emitter☆1,746Updated 9 months ago
- The fastest Node.js library for formatting terminal text with ANSI colors~!☆1,623Updated last year
- Promisify a callback-style function☆1,506Updated 2 years ago
- Simple config handling for your app or module☆1,234Updated 3 months ago
- Memoize promise-returning & async functions☆396Updated last year
- Update notifications for your CLI app☆1,763Updated 2 months ago
- Type check values☆1,683Updated 2 months ago
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,077Updated this week
- Find a file or directory by walking up parent directories☆582Updated 4 months ago
- Create boxes in the terminal☆1,541Updated 3 months ago
- Retry a promise-returning or async function☆795Updated this week
- Tiny hashing module that uses the native crypto API in Node.js and the browser☆638Updated 3 months ago
- Map over promises concurrently☆1,292Updated 3 months ago
- Simple argument parsing☆1,240Updated 4 months ago
- User-friendly glob matching☆2,536Updated 4 months ago
- Delay a promise a specified amount of time☆609Updated last year
- Colored symbols for various log levels☆744Updated 3 months ago
- Smooth (CLI) Operator 🎶☆1,050Updated last month
- See node.js errors with less clutter☆1,520Updated 5 months ago
- Because no one should be shell-scripting inside a JSON file.☆964Updated last year
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆968Updated 3 months ago
- Create clickable links in the terminal☆619Updated last year
- Simple micro templating☆362Updated last year
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,114Updated last year
- Check if the internet connection is up☆1,239Updated 3 months ago
- Serialize/deserialize an error into a plain object☆539Updated 2 months ago
- Promisify an event by waiting for it to be emitted☆429Updated 8 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆715Updated 3 years ago