GitHub topics: lru-algorithm
pnguyen215/cachify
cachify is a lightweight, high-performance, thread-safe Least Recently Used (LRU) cache library for Go. It is designed for in-memory caching with optional support for expiration, eviction callbacks, and dynamic capacity adjustment.
Language: Go - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cloudxaas/gocache
One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing
Language: Go - Size: 309 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 13 - Forks: 3

rutaka-n/plrucache
(p)LRU in memory cache
Language: Go - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

freddiehaddad/lrucache
Least recently used (LRU) in-memory cache.
Language: Go - Size: 3.91 KB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

bestowing/virtual-memory-management-simulator
A project for Operating System class at SKKU.
Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Algorithms-Lab/LRU
Least Recently Used Erlang Implementation
Language: Erlang - Size: 21.3 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 3
