lru-cache topic

List lru-cache repositories

optimalwebcaching

38
Stars
7
Forks
Watchers

Derive the optimal cache hit ratio for Internet request traces with variable object sizes.

webcachesim

48
Stars
55
Forks
Watchers

A C++11 simulator for a variety of CDN caching policies.

lruc

18
Stars
5
Forks
Watchers

Modern, fast and lightweight C++11 LRU in-memory cache implementation

Algorithm-Implementation

19
Stars
6
Forks
Watchers

This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.

memo-async-lru

18
Stars
1
Forks
Watchers

Memoize Node.js style callback-last functions, using an in-memory LRU store

SwimplyCache

17
Stars
0
Forks
Watchers

LRU Cache written in Swift.

gocache

34
Stars
5
Forks
Watchers

High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction

GoCache

15
Stars
2
Forks
Watchers

A simplest Cache Server based on LRU implementation written in Go

disk-lru-cache

25
Stars
10
Forks
Watchers

💾 Disk LRU cache with persisted journal

gtl

104
Stars
5
Forks
Watchers

Greg's Template Library of useful classes.