sindresorhus / p-memoizeLinks
Memoize promise-returning & async functions
☆407Updated 2 years ago
Alternatives and similar repositories for p-memoize
Users that are interested in p-memoize are comparing it to the libraries listed below
Sorting:
- Create a promise that can be canceled☆443Updated 2 years ago
- Timeout a promise after a specified amount of time☆291Updated 7 months ago
- Simple “Least Recently Used” (LRU) cache☆712Updated 3 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆339Updated 7 months ago
- Run some code when the process exits☆291Updated last year
- Find a file or directory by walking up parent directories☆620Updated last month
- Serialize/deserialize an error into a plain object☆557Updated 6 months ago
- Check where your code is running. In the browser or in node.js environment.☆251Updated 8 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- 🍺 dev only postinstall hooks (package.json)☆261Updated 2 years ago
- Clean up error stack traces☆340Updated 2 years ago
- npm's content-addressable cache☆288Updated last week
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆314Updated 2 years ago
- A tiny, crazy fast memoization library for the 95% use-case☆248Updated 6 months ago
- Debounce promise-returning & async functions☆224Updated last year
- Safely and quickly serialize JavaScript objects☆351Updated 7 months ago
- Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.☆220Updated last year
- Shared TypeScript config for my projects☆374Updated 8 months ago
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,124Updated 5 months ago
- Throttle promise-returning & async functions☆485Updated 8 months ago
- Get a random temporary file or directory path☆433Updated 2 years ago
- Detect if the current environment is a CI server☆397Updated 7 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆350Updated 9 months ago
- Find the root directory of a Node.js project or npm package☆247Updated last month
- Delay a promise a specified amount of time☆619Updated 2 years ago
- Retry a promise-returning or async function☆892Updated 2 months ago
- Read the closest package.json file☆269Updated last year
- Semaphore using `async` and `await`☆646Updated last year
- HTTP/1+2 Fetch API client for Node.js☆335Updated 2 years ago