GitHub topics: lfu
lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
Language: Python - Size: 207 KB - Last synced at: 1 day ago - Pushed at: almost 4 years ago - Stars: 239 - Forks: 15

vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
Language: C++ - Size: 1.89 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 361 - Forks: 78

Code-Hex/go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
Language: Go - Size: 149 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 475 - Forks: 42

bluele/gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
Language: Go - Size: 122 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 2,676 - Forks: 277

tickbh/algorithm-rs
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
Language: Rust - Size: 223 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 9 - Forks: 0

Q300Z/rustycache
A simple and easy-to-use caching library for Rust.
Language: Rust - Size: 23.5 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

bitfaster/BitFaster.Caching
High performance, thread-safe in-memory caching primitives for .NET
Language: C# - Size: 1.42 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 535 - Forks: 34

toolsetlink/mcache
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
Language: Go - Size: 278 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 315 - Forks: 11

samber/hot
🌶️ In-memory caching library for read-intensive Go applications
Language: Go - Size: 148 KB - Last synced at: 11 days ago - Pushed at: 25 days ago - Stars: 81 - Forks: 0

mgnsk/evcache
Package evcache implements a concurrent key-value cache with capacity overflow eviction, item expiry and deduplication.
Language: Go - Size: 438 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 1

alxkm/cache
Simple cache implementation on java
Language: Java - Size: 85.9 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 11 - Forks: 3

falsandtru/dw-cache
The highest performance constant complexity cache algorithm.
Language: TypeScript - Size: 311 KB - Last synced at: 18 days ago - Pushed at: 11 months ago - Stars: 16 - Forks: 1

Andronovo-bit/HybridCacheLibrary
HybridCacheLibrary - A high-performance, thread-safe caching library in C#, combining the strengths of both LRU and LFU cache eviction strategies. Perfect for managing dynamically sized caches with customizable frequency settings.
Language: C# - Size: 140 KB - Last synced at: 1 day ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

dgilland/cacheout
A caching library for Python
Language: Python - Size: 226 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 434 - Forks: 45

aholstenson/transitory
In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.
Language: TypeScript - Size: 236 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 37 - Forks: 6

moeryomenko/ttlcache 📦
Cache library with configurable eviction policy, supported LFU, ARC and LRU.
Language: Go - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

FishGoddess/cachego
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
Language: Go - Size: 502 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 32 - Forks: 4

al8n/caches-rs
This is a Rust implementation for popular caches (support no_std).
Language: Rust - Size: 322 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 109 - Forks: 16

brown9804/CacheMemoryDesignPolicies
Cache memory with LRU, LFU, LIFO and FIFO policies
Language: C - Size: 3.14 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

sonirico/mecachis
LRU, LFU, LFRU caches implementation, 缓存实现
Language: Go - Size: 137 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

teivah/go-lfu
A Go library for handling LFU cache operations in O(1)
Language: Go - Size: 209 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 40 - Forks: 0

MeCKodo/LFU-O1
implement LFU O(1) time
Language: JavaScript - Size: 122 KB - Last synced at: 2 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

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
Language: C++ - Size: 5.91 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 1

selmeci/cascara
An implementation of TinyLFU cache
Language: Rust - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 0

benhurdavies/node-cache-engine
High performing caching package for node/javascript
Language: TypeScript - Size: 956 KB - Last synced at: 25 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 1

TomokiMiyauci/cache-mapset
Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation
Language: TypeScript - Size: 70.3 KB - Last synced at: 10 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ZhengHe-MD/lfu
lfu with O(1) complexity
Language: Go - Size: 8.79 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

shaj13/libcache
A Lightweight in-memory key:value cache library for Go.
Language: Go - Size: 27.3 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 174 - Forks: 9

bparli/lfuda-go
LFU with Dynamic Aging cache library for Golang
Language: Go - Size: 46.9 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 1

Narasimha1997/clfu
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.
Language: Go - Size: 35.2 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 38 - Forks: 4

DarriusL/CoCheLab
Code for the content caching algorithm in edge caching.
Language: Python - Size: 263 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 15 - Forks: 4

AlirezaEbrahimkhani/Compare-Cache-Eviction-Algorithms
Compare cache eviction algorithms (LRU / LFU / ARC)
Language: Python - Size: 176 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

basedwon/cache
A simple and extensible caching library built on top of a plain database.
Language: JavaScript - Size: 10.7 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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
Language: Makefile - Size: 1.31 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

golang-plus/caching
Package caching providers a scalable cache component.
Language: Go - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 0

ErfanMomeniii/lfu
a lightweight package that implements lfu cache algorithm in Go
Language: Go - Size: 46.9 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sewenew/cache
In-memory cache
Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

Algorithms-Lab/LFU
Least Frequently Used Erlang Implementation
Language: Erlang - Size: 195 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 4

rscamacho/studies-Paging-DS2-BSI-UFRA
Some data structures implementations for study.
Language: JavaScript - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

umitkara/Cache
LRU and LFU cache with Python
Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

arl/fastlfu
LFU cache with O(1) runtime complexity for all operations: insertion, access and deletion (eviction). In Go.
Language: Go - Size: 264 KB - Last synced at: 22 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

powerpuffpenguin/gcache
golang cache interface and some algorithm implementation
Language: Go - Size: 50.8 KB - Last synced at: 7 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

mdomans/lfu_vecs
LFU implemented in very basic (no interior mutability)
Language: Rust - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

erwanor/gcache2
Goroutine-safe cache library. Support LFU/LRU/ARC policies - partial support for more exotic cache eviction algos is WIP (RR/TinyLFU), expirable entries and snapshots.
Language: Go - Size: 199 KB - Last synced at: 6 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

merelabs/mere-cache
A cache library for the mere system to be used in various apps and libs.
Language: Makefile - Size: 296 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Paprikar/lru-lfu-cache-test-task-java
Test task on LRU and LFU caching implementation in JAVA.
Language: Java - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

pmarcelojr/PageReplacementAlgorithms
Simulador de substituição de páginas de memória em cache!
Language: Python - Size: 107 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

fumoboy007/LFUCache
A Swift implementation of a Least Frequently Used cache.
Language: Swift - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

Ahsanul-Ameen/Design_Problems_leetcode
Language: C++ - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

willxm/cache
common cache algorithms written with go
Language: Go - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

erwanor/gcache Fork of bluele/gcache
Cache library for golang. It supports expirable Cache, LFU, LRU and ARC.
Language: Go - Size: 90.8 KB - Last synced at: 6 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

zoepfister/2nd-semester
Computer science 2nd semester @ LFU Innsbruck
Language: Java - Size: 15.2 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0
