Topic: "lru-algorithm"
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: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 3

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

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

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

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

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 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
