Projects in Awesome Lists tagged with lfu-cache
A curated list of projects in awesome lists tagged with lfu-cache .
https://github.com/echovault/sugardb
Embeddable and distributed in-memory alternative to Redis.
cache client-server cluster consistent database distributed distributed-database go golang in-memory-database lfu-cache lru-cache memory networking open-source pubsub redis store tcp
Last synced: 11 Mar 2026
https://github.com/vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
c-plus-plus cache cpp cpp11 fifo fifo-cache header-only lfu lfu-cache lru lru-cache
Last synced: 14 Feb 2026
https://github.com/EchoVault/SugarDB
Embeddable and distributed in-memory alternative to Redis.
cache client-server cluster consistent database distributed distributed-database go golang in-memory-database lfu-cache lru-cache memory networking pubsub redis store tcp tcp-server
Last synced: 03 Oct 2025
https://github.com/mantoufan/yzhanproxy
Web reverse proxy with automatic SSL, LFU caching, command-line configuration 支持自动配置 SSL 证书、LFU 缓存、用命令行配置的 Web 反向代理服务器
golang lfu-cache reverse-proxy webserver
Last synced: 07 Apr 2025
https://github.com/lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
algorithm cache cache-python decorator extendable extensible fifo fifo-cache functional-programming lfu lfu-cache lru lru-cache memoization memoization-library memoize-decorator python-memoization ttl ttl-cache ttl-support
Last synced: 21 Oct 2025
https://github.com/narasimha1997/clfu
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.
algorithm cache concurrency data-structures go golang lfu lfu-cache
Last synced: 10 Sep 2025
https://github.com/aholstenson/transitory
In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.
Last synced: 13 Apr 2025
https://github.com/sarthakmakhija/cached
LFU-based in-memory cache in Rust
bloom-filter cached count-min-sketch lfu-cache tiny-lfu
Last synced: 28 Apr 2025
https://github.com/benhurdavies/node-cache-engine
High performing caching package for node/javascript
cache-engine cache-replacement custom-hashtable javascript least-frequently-used least-recently-used lfu lfu-cache lru lru-cache node-cache
Last synced: 17 Jan 2026
https://github.com/alxkm/cache
Simple cache implementation on java
cache cache-storage java lfu lfu-algorithm lfu-cache lfu-implementation lru lru-cache lru-eviction lru-implementation lrucache
Last synced: 11 Apr 2025
https://github.com/ndolestudio/lfu-cache
Strongly typed least frequently used (LFU) cache in Go with constant time complexity O(1) on all operations
algorithm cache go lfu-cache lfu-implementation
Last synced: 10 Apr 2025
https://github.com/NdoleStudio/lfu-cache
Strongly typed least frequently used (LFU) cache in Go with constant time complexity O(1) on all operations
algorithm cache go lfu-cache lfu-implementation
Last synced: 07 May 2025
https://github.com/m7shapan/lfu-redis
LFU Redis implements LFU Cache algorithm using Redis as data storage
Last synced: 14 Jan 2026
https://github.com/sewenew/cache
In-memory cache
cache cpp lfu lfu-cache lirs lru lru-cache slru slru-cache
Last synced: 14 Apr 2025
https://github.com/happy-san/dart-cacher
Implementations of common cache replacement algorithms in Dart.
cache dart lfu-cache lru-cache tlru-cache
Last synced: 06 Sep 2025
https://github.com/bacali95/sweet-collections
Typescript implementations of in-memory cache data-structures for Node and Browser.
avl-tree collections heap lfu-cache lru-cache sorted-array sorted-map sorted-set
Last synced: 05 Sep 2025
https://github.com/HengXin666/HXLibs
C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体, 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等
coroutine cpp cpp20 http https io-uring json lfu-cache lru-cache openssl router websocket
Last synced: 31 Oct 2025
https://github.com/asyncth/wtinylfu
An implementation of W-TinyLFU cache in Rust
Last synced: 13 Jan 2026
https://github.com/mj10/dsa-project
This repository contains code for the Project 'HTTP Network Proxy with O(1) LFU caching'
lfu-cache network-proxy python socket-programming
Last synced: 25 Oct 2025
https://github.com/grimerssy/todo-service
REST-api to manage todo tasks
bcrypt gin-gonic hashids jwt-authentication lfu-cache postgresql rest-api
Last synced: 17 Jan 2026
https://github.com/xilapa/go-tiny-projects
Tiny (but functional) golang projects/libraries.
assertions cache lfu-cache rabbitmq tests
Last synced: 06 Apr 2026
https://github.com/harris-h/fast-cache
cache algorithm implemented based on go, supporting multiple algorithms such as GClock,FIFO,LFU, LRU, LRU-K, 2Q, etc.
2q-cache clock fifo-cache go lfu-cache lru lru-cache lru-k
Last synced: 24 Feb 2025
https://github.com/propensive/camouflage
Caching data structures for Scala
caching lfu-cache lru-cache scala
Last synced: 21 Mar 2025
https://github.com/powerpuffpenguin/gcache
golang cache interface and some algorithm implementation
2q-cache cache fifo fifo-cache golang lfu lfu-cache lru lru-cache lru-k lru-k-cache lruk lruk-cache
Last synced: 07 Jul 2025
https://github.com/hengxin666/hxcache
提供最低C++11即可使用的线程安全的LRU、LFU,只需要单头文件; 只依赖于STL, 支持原地构造和透明查找. | Providing thread-safe LRU, LFU with the lowest C++11 usage, only requires a single header file; depends only on STL, supports in-place construction and transparent lookup.
cache cpp11 lfu-cache lru-cache
Last synced: 29 Jan 2026
https://github.com/dusanov/a-cache-machine
exercise in java key value caching
gradle java lfu-cache linkedhashmap lru-cache priority-queue
Last synced: 08 May 2026
https://github.com/sshaplygin/abcs
Adaptive bandit cache selection
2q-cache arc-cache golang lfu-cache lfuda-cache lru-cache mab statistics
Last synced: 15 Mar 2025
https://github.com/kavicastelo/advanced-cache-design
A collection of advanced cache design algorithms including LRU, LFU, ARC, TinyLFU, Count-Min Sketch, and Segmented LRU, implemented in TypeScript.
arc-cache cache-design count-min-sketch lfu-cache lru-cache slru-cache system-design tinylfu
Last synced: 18 Jan 2026
https://github.com/yash1th-yerra/cache-algorithms
A comprehensive collection of efficient cache implementation strategies and algorithms designed to optimize memory management and improve computational performance across various programming paradigms.
Last synced: 08 Oct 2025
https://github.com/m7moudgadallah/lfu-lru-cache
Build Simple LFU and LRU Cache.
Last synced: 17 Sep 2025
https://github.com/felixseptem/collections
some useful datatypes
data-structures go golang lfu-cache lru-cache
Last synced: 06 Sep 2025
https://github.com/mtumilowicz/java12-fundamentals-cache-implementations-workshop
Simple implementations of LRU / LFU cache.
cache cache-control caching lfu-cache lfu-implementation lfu-replacement-algorithm lru-cache lru-eviction lru-implementation lru-replacement-algorithm workshop
Last synced: 23 Feb 2025
https://github.com/lupcode/node-lup-caches
Node module that offers different caches
caches fixed-size lfu-cache node-module nodejs
Last synced: 13 May 2026
https://github.com/parminderpaul/lru-cache
This repository contains an object-oriented implementation of an LRU Cache in multiple programming languages. It demonstrates efficient `get` and `put` operations using a hashmap and doubly-linked-list structure. 🐙💻
arc asyncio cache caching cpp data-structures fifo-cache go header-only in-memory lfu lfu-cache lru lru-cache python server strapi volatile
Last synced: 14 Apr 2026
https://github.com/topliceanu/cache
Implementations of various cache replacement algorithms
arc cache lfru-cache lfu-cache lru-cache mru-cache slru-cache
Last synced: 17 Apr 2026
https://github.com/gozephyr/gencache
🔐 Generic caching library for Go | Extensible storage backends | Multiple eviction policies | Memory tracking | TTL support
cache eviction-cache eviction-policy fifo-cache file-caching go golang in-memory in-memory-caching lfu-cache lru-cache metrics
Last synced: 28 Apr 2026
https://github.com/lesiaukr/goit-algo2-hw-07
Master's | Design & Analysis of Algorithms | Cache Management Algorithms
goit-algo2-hw-07 lfu-cache lru-cache python splay-trees
Last synced: 24 Apr 2025