GitHub topics: lru-implementation
Awais-Asghar/Cache-Architecture-Simulator-Design
Implementation and analysis of cache replacement policies (Random and Least Recently Used) in a C++-based cache simulator. This project explores cache architecture behavior, evaluates eviction strategies, and measures performance metrics such as cache hits, misses, and flush counts.
Language: C++ - Size: 4.84 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0
alxkm/cache
Simple cache implementation on java
Language: Java - Size: 85.9 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 3
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: 10 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: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 3
mtumilowicz/java12-fundamentals-cache-implementations-workshop
Simple implementations of LRU / LFU cache.
Language: Groovy - Size: 104 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
freddiehaddad/lrucache
Least recently used (LRU) in-memory cache.
Language: Go - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
ahtrahdis7/node-lru-cache-js
An implementation of LRU Cache using Doubly Linked Lists and Maps with O(1) read and write time complexity. [500+ NPM Downloads]
Language: JavaScript - Size: 214 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 1
piotr-lipiarz/go-lru
In memory Go implementation of LRU Cache
Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
ac-alpha/LRU-Implementations
Different implementations of LRU Page Replacement algorithm and their results
Language: Jupyter Notebook - Size: 440 KB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1