p-memoize
Function caching library
Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input.
Memoize promise-returning & async functions
397 stars
8 watching
30 forks
Language: TypeScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Caches function results to speed up repeated calls with identical inputs | 1,091 |
| | A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities. | 61 |
| | Creates a reusable pipeline of promise-returning functions to compose and chain together multiple asynchronous operations. | 122 |
| | Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 |
| | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
| | Serializes promise-based operations to ensure predictable order and execution of side effects. | 48 |
| | Runs promise-returning & async functions multiple times concurrently | 39 |
| | Wait for a specified number of promises to be fulfilled | 36 |
| | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,376 |
| | Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 |
| | Debounces promise-returning & async functions to delay their execution until after a specified wait period has elapsed since the last call. | 211 |
| | Promises utility to convert callback-style functions into promise-based versions. | 1,505 |
| | Promises an event by waiting for it to be emitted, allowing asynchronous iteration and rejection handling. | 429 |
| | Transforms an asynchronous list into a single value by applying a reduction function | 68 |
| | A utility function to wait for any of multiple promises to be fulfilled with cancellation support. | 55 |