sindresorhus / p-memoizeLinks
Memoize promise-returning & async functions
☆414Updated 3 weeks 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☆445Updated this week
- Timeout a promise after a specified amount of time☆293Updated 8 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆339Updated 8 months ago
- Run some code when the process exits☆292Updated 2 years ago
- Serialize/deserialize an error into a plain object☆568Updated this week
- Simple “Least Recently Used” (LRU) cache☆721Updated 3 weeks ago
- Safely and quickly serialize JavaScript objects☆352Updated 8 months ago
- Find a file or directory by walking up parent directories☆622Updated 3 months ago
- Debounce promise-returning & async functions☆228Updated last year
- Throttle promise-returning & async functions☆493Updated 3 weeks ago
- Shared TypeScript config for my projects☆377Updated last month
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆317Updated 2 years ago
- npm's content-addressable cache☆292Updated 3 weeks ago
- Clean up error stack traces☆341Updated 2 years ago
- Check where your code is running. In the browser or in node.js environment.☆251Updated 9 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,125Updated 6 months ago
- Get a random temporary file or directory path☆436Updated 2 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- A tiny, crazy fast memoization library for the 95% use-case☆249Updated 8 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆353Updated 10 months ago
- An implementation of WHATWG AbortController interface.☆310Updated 4 years ago
- HTTP/1+2 Fetch API client for Node.js☆334Updated 2 years ago
- making fetch happen for npm☆200Updated 3 weeks ago
- Detect if the current environment is a CI server☆399Updated 9 months ago
- Find the root directory of a Node.js project or npm package☆246Updated 3 months ago
- Tiny queue data structure☆407Updated 5 months ago
- 🍺 dev only postinstall hooks (package.json)☆263Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Semaphore using `async` and `await`☆646Updated last year
- Delay a promise a specified amount of time☆621Updated 2 years ago