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.
LFU cache implementation with a complexity of `O(1)` for all transactions
LRU LFU cache
A cache object that deletes the least-frequently-used items.
Multi-tier caching module for Titan framework (LRU, LFU, TTL)
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
implement LFU O(1) time
javascript实现各种数据结构:堆、优先队列、字典树、LFU缓存……
LFU Map Implementation of KeeVee Store.
Lfu cache implementation for rethink dns
Three-tier Node.js cache: L1 smart RAM (adaptive LFU/LRU + Count-Min Sketch) → L1.5 NVMe disk spill → L2 Redis/Valkey. Includes AES-256-GCM at-rest encryption, WASM Bloom filter, Stale-While-Revalidate, and thundering-herd prevention.
a lfu-storage plugin
Simple LFU cache. put and get.
Lfu cache implementation for rethink dns
Implementation of LFU from Leetcode with tests
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.
Zero-dependency list-based data structures: linked lists (doubly/singly linked, circular), caches (LRU, LFU, FIFO), heaps, queues, stacks, splay trees.
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
An LRU cache of weak references
Lightweight LRU and LFU cache implementations for Node.js and the browser.
a lfu-storage plugin
a lfu-storage plugin
Memory key/value cache (lru, lfu, fifo)
A finite key-value cache support multi cache algorithm (LRU, FIFO, LFU...).
An LFU cache implementation
A simple constant time LFU cache implementation
Procedural macro for automatic function caching with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU policies, expiration, limits, and thread-local or global scope
Core functionality for cachelito - global cache with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU eviction policies
A high-performance, concurrent, in-memory cache with W-TinyLFU eviction policy and weight-based prioritization.
Async procedural macros for cachelito - automatic async caching attributes
Procedural macros for cachelito - automatic caching attributes
High performance, LFU based in-memory cache.
High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
A high-performance, memory-efficient cache implementation supporting multiple eviction policies including LRU, LFU, LFUDA, SLRU and GDSF
tiny_lfu provides a cache admission control policy.
A library for generic caching with configurable eviction policies.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.