sindresorhus / p-memoizeLinks
Memoize promise-returning & async functions
☆436Updated 2 months ago
Alternatives and similar repositories for p-memoize
Users that are interested in p-memoize are comparing it to the libraries listed below
Sorting:
- Run promise-returning & async functions concurrently with optional limited concurrency☆344Updated 3 months ago
- Create a promise that can be canceled☆448Updated 4 months ago
- Timeout a promise after a specified amount of time☆299Updated 3 months ago
- Run some code when the process exits☆299Updated last month
- Simple “Least Recently Used” (LRU) cache☆745Updated 3 months ago
- Throttle promise-returning & async functions☆508Updated 2 months ago
- Serialize/deserialize an error into a plain object☆593Updated 2 months ago
- Find a file or directory by walking up parent directories☆631Updated 3 months ago
- Debounce promise-returning & async functions☆233Updated 2 months ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆320Updated 2 years ago
- A blazing fast memoization library that is tiny but feature-rich.☆258Updated last month
- Safely and quickly serialize JavaScript objects☆356Updated last year
- Shared TypeScript config for my projects☆380Updated 2 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,146Updated 2 months ago
- Find the root directory of a Node.js project or npm package☆250Updated 7 months ago
- Check where your code is running. In the browser or in node.js environment.☆252Updated last year
- Get a random temporary file or directory path☆440Updated 2 years ago
- Detect if the current environment is a CI server☆402Updated last year
- Promisify an event by waiting for it to be emitted☆445Updated last week
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- npm's content-addressable cache☆299Updated last month
- Tiny queue data structure☆424Updated 2 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Clean up error stack traces☆345Updated 2 months ago
- Quickly scan for CLI flags and arguments☆666Updated last year
- A cacheable dns.lookup(…) that respects TTL☆216Updated last year
- Get details about the current Continuous Integration environment☆359Updated 2 months ago
- Delay a promise a specified amount of time☆627Updated 2 months ago
- Gracefully shuts down node http server - can be used with http, express, koa, ...☆227Updated this week
- Safe, deterministic and fast serialization alternative to JSON.stringify.☆236Updated 8 months ago