promise-memoize
Promise cache
A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities.
Memoize promise-returning functions. Includes cache expire and prefetch.
61 stars
6 watching
7 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 397 |
| Caches function results to speed up repeated calls with identical inputs | 1,091 |
| A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
| Repeats an action until a condition is met and then resolves a promise | 3 |
| A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. | 2 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| A small promise implementation following the Promises/A+ spec | 743 |
| Provides an adapter for caching data using Memcache. | 0 |
| A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,376 |
| A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 620 |
| A caching solution designed to improve the performance of ThinkJS 3.x applications by reducing the number of requests made to external resources. | 2 |
| A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
| Caches values and automatically reuses cached results of function calls in web extensions | 81 |
| A high-performance memory cache for .NET with expiration and thread-safety | 138 |