An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with lfu-cache

A curated list of projects in awesome lists tagged with lfu-cache .

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/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/al8n/caches-rs

This is a Rust implementation for popular caches (support no_std).

2q-cache arc-cache cache lfu lfu-cache lru lru-cache rust rust-lang rust-lru tinylfu

Last synced: 05 Apr 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.

cache caching lfu lfu-cache

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/selmeci/cascara

An implementation of TinyLFU cache

cache lfu lfu-cache rust tinylfu

Last synced: 10 Oct 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

cache lfu-cache redis

Last synced: 14 Jan 2026

https://github.com/golang-plus/caching

Package caching providers a scalable cache component.

arc arc-cache cache caching fifo fifo-cache go golang lfu lfu-cache lru lru-cache memory mru mru-cache

Last synced: 15 Jan 2026

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

cache lfu-cache rust tinylfu

Last synced: 13 Jan 2026

https://github.com/arl/fastlfu

LFU cache with O(1) runtime complexity for all operations: insertion, access and deletion (eviction). In Go.

cache go golang lfu lfu-cache

Last synced: 12 Jun 2025

https://github.com/61418/boto3-client-cache

A concurrency-safe, bounded cache for boto3 clients with deterministic identity semantics.

aws aws-sdk aws-sdk-python boto3 cache client lfu lfu-cache lru lru-cache

Last synced: 07 Mar 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/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/mtchavez/lfu

LFU Cache in Go/Golang

cache go golang lfu-cache

Last synced: 29 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/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.

lfu-cache lru-cache

Last synced: 08 Oct 2025

https://github.com/m7moudgadallah/lfu-lru-cache

Build Simple LFU and LRU Cache.

cpp lfu-cache lru-cache

Last synced: 17 Sep 2025

https://github.com/nerett/hwc-cache

C++ LFU cache implementation

cache cpp20 lfu-cache

Last synced: 14 May 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