101 packages matching “LFU”
@akashbabu/lfu-cache
v1.1.0 · 3 years ago
LFU cache implementation with a complexity of `O(1)` for all transactions
No known vulnerabilities
node-lfu-cache
v5.0.0 · 8 years ago
A cache object that deletes the least-frequently-used items.
No known vulnerabilities
@gabrielpotter/lru-lfu-cache
v1.0.6 · 8 months ago
LRU LFU cache
No known vulnerabilities
@jyeontu/structure-jyeontu
v1.0.1 · 2 years ago
javascript实现各种数据结构:堆、优先队列、字典树、LFU缓存……
No known vulnerabilities
transitory
v2.2.0 · 4 years ago
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
No known vulnerabilities
lfu
v0.2.1 · 5 years ago
LFU (Least Frequently Used) implementation, written in Rust provided as WebAssembly module, using a min-heap, that is, a basic vector, and a hashmap for storage of indices to keep track of cache blocks to allow for constant-time searches.
No known vulnerabilities
@temelj/cache
v0.2.0 · 28 days ago
A fast in-memory cache. Includes LRU, MRU, SLRU, LFU, FIFO and RR.
No known vulnerabilities
tiny-lfu-cache
v1.0.0 · 10 years ago
Simple LFU cache. put and get.
No known vulnerabilities
@keeveestore/lfu-map
v0.1.0 · 7 years ago
LFU Map Implementation of KeeVee Store.
No known vulnerabilities
lfu-o1
v1.3.0 · 8 years ago
implement LFU O(1) time
No known vulnerabilities
@serverless-dns/lfu-cache
v1.0.2 · 4 years ago
Lfu cache implementation for rethink dns
No known vulnerabilities
keep-cache
v1.0.1 · 17 days ago
Tiny, dependency-free typed cache with pluggable eviction policy (LRU / LFU), TTL, size limits and eviction callbacks. Works in browsers, Node, Deno, Bun and Web Workers.
No known vulnerabilities
@qiudw/lfu-storage
v1.1.0 · 7 years ago
a lfu-storage plugin
No known vulnerabilities
least-frequently-used
v1.2.3 · 3 years ago
Implementation of LFU from Leetcode with tests
No known vulnerabilities
list-toolkit
v2.4.1 · 1 month ago
Zero-dependency data structures: linked lists (doubly/singly linked, circular), deques, ring buffers, unrolled lists, caches (LRU, LFU, SLRU, Clock, FIFO), heaps (binary, indexed, pairing), timer wheels, object pools, queues, stacks, splay trees, skip lis
No known vulnerabilities
@omnitron-dev/titan-cache
v0.2.0 · 3 months ago
Multi-tier caching module for Titan framework (LRU, LFU, TTL)
No known vulnerabilities
weak-lru-cache
v1.2.2 · 4 years ago
An LRU cache of weak references
No known vulnerabilities
@serverless-dns/cache-wrapper
v1.0.3 · 4 years ago
This repository is a wrapper to any [lfu cache](https://github.com/serverless-dns/lfu-cache) implementation, it exposes only get and put operation to implemented module.
No known vulnerabilities
@suptxt/quickset
v0.4.6 · 2 years ago
A fast and performant *Least Frequently Used* (LFU) sorted set implementation for working with reasonably sized integers (unsigned). Trades memory for performance, optimised for frequently updating and counting a relatively small set of integers (integer
No known vulnerabilities
@celzero/lfu-cache
v1.0.0 · 5 years ago
Lfu cache implementation for rethink dns
No known vulnerabilities