sindresorhus / p-memoizeLinks
Memoize promise-returning & async functions
☆436Updated 3 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 4 months ago
- Create a promise that can be canceled☆447Updated 4 months ago
- Timeout a promise after a specified amount of time☆299Updated 3 months ago
- Simple “Least Recently Used” (LRU) cache☆750Updated 3 months ago
- Throttle promise-returning & async functions☆509Updated 2 months ago
- Serialize/deserialize an error into a plain object☆595Updated 2 weeks ago
- Run some code when the process exits☆300Updated 2 months ago
- Find a file or directory by walking up parent directories☆633Updated 4 months ago
- Clean up error stack traces☆346Updated 2 months ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆320Updated 2 years ago
- Shared TypeScript config for my projects☆379Updated 3 months ago
- Check where your code is running. In the browser or in node.js environment.☆252Updated last year
- Safely and quickly serialize JavaScript objects☆357Updated last year
- Get a random temporary file or directory path☆440Updated this week
- Detect if the current environment is a CI server☆403Updated last year
- A blazing fast memoization library that is tiny but feature-rich.☆260Updated this week
- Debounce promise-returning & async functions☆233Updated 2 months ago
- Tiny queue data structure☆428Updated 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,147Updated 2 months ago
- 🍺 dev only postinstall hooks (package.json)☆262Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- npm's content-addressable cache☆299Updated 2 weeks ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Find the root directory of a Node.js project or npm package☆250Updated 7 months ago
- HTTP/1+2 Fetch API client for Node.js☆336Updated 2 years ago
- Delay a promise a specified amount of time☆627Updated 3 months ago
- Retry a promise-returning or async function☆982Updated last month
- Safe, deterministic and fast serialization alternative to JSON.stringify.☆240Updated 9 months ago
- Gracefully terminates HTTP(S) server.☆333Updated 2 years ago
- Gracefully shuts down node http server - can be used with http, express, koa, ...☆227Updated 3 weeks ago