An open API service indexing awesome lists of open source software.

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/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