lru-cache topic

List lru-cache repositories

async-lru

46
Stars
1
Forks
Watchers

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

golib

75
Stars
9
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.

MemoryCache

78
Stars
5
Forks
Watchers

LRU, type-safe, thread-safe memory cache class in Swift

go-cache-benchmark

60
Stars
11
Forks
Watchers

Cache benchmark for Golang

caches

318
Stars
72
Forks
Watchers

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

olric

3.0k
Stars
113
Forks
Watchers

Distributed in-memory object store. It can be used as an embedded Go library and a language-independent service.

async-lru

640
Stars
50
Forks
Watchers

Simple LRU cache for asyncio

react-component-caching

388
Stars
26
Forks
Watchers

Speedier server-side rendering with component caching in React 16