Projects in Awesome Lists tagged with lrucache
A curated list of projects in awesome lists tagged with lrucache .
https://github.com/jaemk/cached
Rust cache structures and easy function memoization
cache caching lrucache memoization rust rust-caching rustlang
Last synced: 16 May 2025
https://github.com/orca-zhang/ecache
🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.
bigcache cache cachego ecache freecache gcache go gocache golang groupcache hacktoberfest lru lru-cache lrucache
Last synced: 09 Apr 2025
https://github.com/marstr/collection
Generic Golang implementation of a few basic data structures.
collections dictionary generics go golang linkedlist linq lrucache queue stack
Last synced: 31 Jul 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/wellwelwel/lru.min
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
cache caching dependecy-free hash hash-cache lru lru-cache lrucache zero-dependency
Last synced: 02 Feb 2026
https://github.com/kernel0x/falcon
📦 Thread-safe, crypto-protected, multi-level lru caching with a life cycle
android android-library cache cachemanager lru lru-cache lrucache
Last synced: 03 Aug 2025
https://github.com/motorro/rxlcemodel
An Android library for data load with cache and loading state
android data-cache data-loading disklrucache invalidation lru-cache lrucache rxjava2 ui-status
Last synced: 12 Apr 2026
https://github.com/orca-zhang/cache.js
🦄 LRU cache for javascript. (beats 100% submissions @ leetcode)
Last synced: 11 Jun 2026
https://github.com/sumukha-pk/lru-cache
Implementation of the LRU Cache in C, Implementation of the LRU Cache in C++, Implementation of the LRU Cache in Go, Implementation of the LRU Cache in JAVA
c cplusplus cpp go golang golang-library java lru lru-cache lru-caches lrucache
Last synced: 19 Apr 2026
https://github.com/ricardotondello/lru
This is a thread safe caching strategy implementation of Least Recently Used (LRU). It defines the policy to evict elements from the cache to make room for new elements when the cache is full, meaning it discards the least recently used items first.
cache caching-library csharp dotnet dotnetcore extensions lru lrucache
Last synced: 10 Jul 2025
https://github.com/truexf/goutil
Here is a box of chocolates, here is the magic room, come in and have a look for a surprise!
jsonexp linkedlist loadbalancing lrucache queue tokenbucket
Last synced: 18 Jan 2026
https://github.com/zekfad/lru_cache
LRU (Least recently used) cache with additional weak map layer.
cache dart dart-package lru lru-cache lrucache
Last synced: 27 Sep 2025
https://github.com/dan-q/lru-cache
Demonstrative implementations of an LRU cache in several different programming languages.
interview-practice interview-prep interview-preparation interview-questions interview-test lru lru-cache lrucache technical-test techtest techtests
Last synced: 01 Sep 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/bmwx4/lrucache
lrucache implement with double list and hash map in golang
Last synced: 01 Jun 2026
https://github.com/jeon0976/ios-cleanarchitecture-sample
모듈화가 적용된 Clean Architecture iOS 샘플 앱입니다.
cleanarchitecture combine coordinator dicontainer ios lrucache mvvm protocol-oriented-programming swiftconcurrency swiftui tuist uikit unittest xctest
Last synced: 20 Apr 2026
https://github.com/myrotvorets/lru-cache
TypeScript implementation of LRU Cache
Last synced: 21 Aug 2025
https://github.com/deepakbhalla/cache-implementations
Java based cache implementations
cache cacheimplementation java least-recently-used least-recently-used-cache lru lru-cache lrucache
Last synced: 13 Jul 2025
https://github.com/volf52/lru_cache_rs_tutorial
https://dev.to/seanchen1991/implementing-an-lru-cache-in-rust-33pp
learning lru-cache lrucache rust rust-lang rust-library tutorial
Last synced: 26 Mar 2025
https://github.com/tickbh/algorithm-rs
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree, 关于算法常用的数据结构
lfu lru lru-cache lru-k lrucache rbtree slab slab-allocator
Last synced: 21 Mar 2025