lru topic

List lru repositories

async-lru

46
Stars
1
Forks
Watchers

A simple async LRU cache supporting O(1) set, get and eviction of old keys

cache-chunk-store

29
Stars
4
Forks
Watchers

In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores

clru-rs

38
Stars
8
Forks
Watchers

An LRU cache implementation with constant time operations and weighted semantic.

flutter_advanced_networkimage

285
Stars
177
Forks
Watchers

flutter advanced network image provider

cachex

1.5k
Stars
96
Forks
Watchers

A powerful caching library for Elixir with support for transactions, fallbacks and expirations

golib

73
Stars
8
Forks
Watchers

Open version of common golang libraries useful to many projects.

cache

29
Stars
5
Forks
Watchers

LRU-based cache package for Go.

LruClockCache

59
Stars
5
Forks
Watchers

A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.

go-cache-benchmark

59
Stars
11
Forks
Watchers

Cache benchmark for Golang

caches

298
Stars
72
Forks
Watchers

C++ cache with LRU/LFU/FIFO policies implementation