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☆444Updated 2 years ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆338Updated 6 months ago
- Timeout a promise after a specified amount of time☆291Updated 6 months ago
- Serialize/deserialize an error into a plain object☆558Updated 6 months ago
- Simple “Least Recently Used” (LRU) cache☆712Updated 3 months ago
- Clean up error stack traces☆340Updated 2 years ago
- Safely and quickly serialize JavaScript objects☆351Updated 6 months ago
- Throttle promise-returning & async functions☆484Updated 7 months ago
- Debounce promise-returning & async functions☆224Updated last year
- Run some code when the process exits☆289Updated last year
- A tiny, crazy fast memoization library for the 95% use-case☆248Updated 6 months ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆311Updated 2 years ago
- Find a file or directory by walking up parent directories☆616Updated last month
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,123Updated 4 months ago
- npm's content-addressable cache☆288Updated 3 months ago
- Find the root directory of a Node.js project or npm package☆247Updated last month
- Check where your code is running. In the browser or in node.js environment.☆250Updated 7 months ago
- Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.☆220Updated last year
- Gracefully terminates HTTP(S) server.☆330Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Get a stream as a string, Buffer, ArrayBuffer or array☆349Updated 8 months ago
- HTTP/1+2 Fetch API client for Node.js☆335Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Shared TypeScript config for my projects☆372Updated 7 months ago
- Safe, deterministic and fast serialization alternative to JSON.stringify.☆223Updated 2 months ago
- Get a random temporary file or directory path☆431Updated 2 years ago
- Detect if the current environment is a CI server☆395Updated 7 months ago
- An implementation of WHATWG AbortController interface.☆308Updated 4 years ago
- Delay a promise a specified amount of time☆617Updated 2 years ago
- Make an asynchronous function synchronous☆321Updated last month