Search results
12 packages found
Cache the promise lookups and avoid fetching the same thing more than necessary
Cache your async lookups and store them compressed in memory.
A simple JavaScript locking/caching of async queries/call results
A simple async LRU cache supporting O(1) set, get and eviction of old keys
Implementation of commonly used data structures and utilities in JavaScript.
- ds
- sort map
- data structures
- JavaScript
- AVL
- AVLTree
- Trie
- TernarySearchTrie
- MultiWayTrie
- SkipList
- BTree
- BinarySearch
- BinarySearchTree
- SortedMap
- View more
A simple to use cache for async-functions
Cache your async lookups and don't fetch the same thing more than necessary.
A simple and extensible library to cache methods results via asyncstorage-like API backend
Cache your async lookups and don't fetch the same thing more than necessary.
combine async / promise calls and cache result in memory with LRU
A caching library for handling async functions without storing errors