6 projects
Redux
Redux is a predictable state container for JavaScript applications that helps manage application state in a consistent way, particularly useful for React applications but framework-agnostic. It implements a unidirectional data flow pattern and uses actions and reducers to handle state updates.
5,446
1,670
$1.1M
joblib
Joblib is a set of tools to provide lightweight pipelining in Python, designed to optimize disk I/O operations, caching, and parallel processing. It offers transparent disk-caching of functions and lazy re-evaluation, as well as simple parallel computing capabilities.
1,246
407
$654K
cachetools
Extensible memoizing collections and decorators
249
102
$138K
Memoizee
Complete memoize/cache solution for JavaScript
193
88
$241K
once
A JavaScript utility module that ensures a function is only called once, even if invoked multiple times. After the first call, subsequent calls return the same value.
18
17
$10K