Skip to content

Have multiple caches with heterogenous tracking of recency

Notifications You must be signed in to change notification settings

shelbyd/shared_lru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared_lru

An LRU cache that keeps the most recently used values across many different caches.

This allows an entire server, for example, to keep K MB of heterogenous memory for cache. Different caches connected to the same SharedLru will use the same "pool" of recency.

About

Have multiple caches with heterogenous tracking of recency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages