GitHub topics: lru-implementation
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

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: 4 days ago - Pushed at: 5 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: 12 months ago - Pushed at: 12 months 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: 3 days ago - Pushed at: about 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: 5 days 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: about 2 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

piotr-lipiarz/go-lru
In memory Go implementation of LRU Cache
Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 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: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1
