mnemonist20.1mMIT0.40.3
Curated collection of data structures for the JavaScript/TypeScript.
yomguithereal5 months agobag, bimap, bit array, bit set cacheable7.8mMIT1.10.1
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
jaredwray10 days agocacheable, high performance, layer 1 caching, layer 2 caching lru-cache-for-clusters-as-promised2.5kMIT1.7.4
LRU Cache that is safe for clusters, based on lru-cache
. Save memory by only caching items on the main thread via a promisified interface.
doublesharpabout 3 years agolru, mru, cache, lru-cache async-lru1.8kMIT1.1.3A simple async LRU cache supporting O(1) set, get and eviction of old keys
ferossabout 3 years agoasync, lru, least recently used, cache memo-async-lru829MIT1.0.3Memoize Node.js style callback-last functions, using an in-memory LRU store
ferossabout 3 years agomemoize, memo, node.js, callback