shared_lru

Crates.ioshared_lru
lib.rsshared_lru
version0.1.5
sourcesrc
created_at2021-12-06 04:26:14.359839
updated_at2021-12-11 06:32:55.430775
descriptionHave multiple caches with heterogenous tracking of recency
homepage
repositoryhttps://github.com/shelbyd/shared_lru
max_upload_size
id493006
size19,100
Shelby Doolittle (shelbyd)

documentation

README

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.

Commit count: 18

cargo fmt