sindresorhus / p-memoize
Memoize promise-returning & async functions
☆403Updated last year
Alternatives and similar repositories for p-memoize:
Users that are interested in p-memoize are comparing it to the libraries listed below
- Timeout a promise after a specified amount of time☆285Updated 3 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆326Updated 3 months ago
- Create a promise that can be canceled☆441Updated 2 years ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,110Updated last month
- Simple “Least Recently Used” (LRU) cache☆691Updated last year
- Debounce promise-returning & async functions☆215Updated 11 months ago
- Clean up error stack traces☆339Updated 2 years ago
- Serialize/deserialize an error into a plain object☆555Updated 2 months ago
- Retry a promise-returning or async function☆842Updated 4 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆345Updated 5 months ago
- Find a file or directory by walking up parent directories☆601Updated last week
- Get a random temporary file or directory path☆427Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated 9 months ago
- Throttle promise-returning & async functions☆467Updated 4 months ago
- Check where your code is running. In the browser or in node.js environment.☆248Updated 4 months ago
- Create an error from multiple errors☆245Updated last year
- Safely and quickly serialize JavaScript objects☆348Updated 3 months ago
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆270Updated 5 months ago
- Read the closest package.json file☆266Updated last year
- Delay a promise a specified amount of time☆613Updated last year
- Get callsites from the V8 stack trace API☆264Updated 9 months ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆299Updated last year
- Shared TypeScript config for my projects☆361Updated 4 months ago
- Use Ky in both Node.js and browsers☆673Updated last year
- Run some code when the process exits☆284Updated last year
- Find the root directory of a Node.js project or npm package☆240Updated last year
- Detect if the current environment is a CI server☆390Updated 3 months ago
- Promisify an event by waiting for it to be emitted☆434Updated last year
- Like `Promise.all()` but for `Map` and `Object`☆195Updated last year
- Flattens the underlying C structures of a concatenated JavaScript string☆383Updated 3 years ago