Projects in Awesome Lists tagged with lru-implementation
A curated list of projects in awesome lists tagged with lru-implementation .
https://github.com/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]
cache data-structures lru-cache lru-implementation nodejs
Last synced: 13 Apr 2025
https://github.com/alxkm/cache
Simple cache implementation on java
cache cache-storage java lfu lfu-algorithm lfu-cache lfu-implementation lru lru-cache lru-eviction lru-implementation lrucache
Last synced: 11 Apr 2025
https://github.com/freddiehaddad/lrucache
Least recently used (LRU) in-memory cache.
go golang leetcode leetcode-go leetcode-golang leetcode-solution lru-algorithm lru-cache lru-eviction lru-implementation lru-replacement-algorithm lrucache
Last synced: 12 Sep 2025
https://github.com/mtumilowicz/java12-fundamentals-cache-implementations-workshop
Simple implementations of LRU / LFU cache.
cache cache-control caching lfu-cache lfu-implementation lfu-replacement-algorithm lru-cache lru-eviction lru-implementation lru-replacement-algorithm workshop
Last synced: 23 Feb 2025
https://github.com/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.
cache cache-service cache-storage go golang lru-algorithm lru-cache lru-caches lru-eviction lru-implementation
Last synced: 22 Mar 2025
https://github.com/ac-alpha/lru-implementations
Different implementations of LRU Page Replacement algorithm and their results
lru lru-implementation lru-replacement-algorithm operating-systems
Last synced: 28 Apr 2026