Crate lru_slab

Source
Expand description

Pre-allocated storage with constant-time LRU tracking

Structsยง

Iter
Iterator over elements of an LruSlab, from most to least recently used
IterMut
Iterator over mutable elements of an LruSlab, from most to least recently used
LruSlab
A random-access table that maintains an LRU list in constant time