Skip to main content

Module heapless_linear_lru_cache

Module heapless_linear_lru_cache 

Source
Expand description

Stack-allocated LRU cache using linear search for $O(N)$ lookups.

Structsยง

HeaplessLinearLruCache
A stack-allocated LRU cache using linear search for $O(N)$ lookups.
IntoIter
A structure representing IntoIter.
Iter
A structure representing Iter.
IterMut
A structure representing IterMut.