lfu
There are 53 repositories under lfu topic.
bluele/gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
bitfaster/BitFaster.Caching
High performance, thread-safe in-memory caching primitives for .NET
Code-Hex/go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
dgilland/cacheout
A caching library for Python
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
songangweb/mcache
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
shaj13/libcache
A Lightweight in-memory key:value cache library for Go.
al8n/caches-rs
This is a Rust implementation for popular caches (support no_std).
samber/hot
🌶️ In-memory caching library for Go
teivah/go-lfu
A Go library for handling LFU cache operations in O(1)
aholstenson/transitory
In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.
Narasimha1997/clfu
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.
FishGoddess/cachego
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
DarriusL/CoCheLab
Code for the content caching algorithm in edge caching.
selmeci/cascara
An implementation of TinyLFU cache
falsandtru/dw-cache
The highest performance constant complexity cache algorithm.
benhurdavies/node-cache-engine
High performing caching package for node/javascript
bparli/lfuda-go
LFU with Dynamic Aging cache library for Golang
tickbh/algorithm-rs
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
alxkm/cache
Simple cache implementation on java
golang-plus/caching
Package caching providers a scalable cache component.
MeCKodo/LFU-O1
implement LFU O(1) time
sonirico/mecachis
LRU, LFU, LFRU caches implementation, 缓存实现
1nchy/cpp-stl
a rough imitation of @stl
Algorithms-Lab/LFU
Least Frequently Used Erlang Implementation
ZhengHe-MD/lfu
lfu with O(1) complexity
sewenew/cache
In-memory cache
arl/fastlfu
LFU cache with O(1) runtime complexity for all operations: insertion, access and deletion (eviction). In Go.
AlirezaEbrahimkhani/Compare-Cache-Eviction-Algorithms
Compare cache eviction algorithms (LRU / LFU / ARC)
zhuichao001/hawker
Common engineering data structures and algorithms, such as linear,tree,linked list,graph,greedy,divide and conquer,dynamic programming, backtracking, depth search, breadth search and so on
fumoboy007/LFUCache
A Swift implementation of a Least Frequently Used cache.
mdomans/lfu_vecs
LFU implemented in very basic (no interior mutability)
powerpuffpenguin/gcache
golang cache interface and some algorithm implementation
sid230798/Basic_Modules_Operating_Systems
This Repo contains basic modules like Use of Kernel level Libraries, Random Number generation, Heap Memory Module implementation via best-fit,first-fit,Buddy Systems,Virtual Memory Mechanisms FIFO,LFU,MFU, Process deadlock Mechanism Detection
TomokiMiyauci/cache-mapset
Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation