const-lru icon indicating copy to clipboard operation
const-lru copied to clipboard

A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache

Results 2 const-lru issues
Sort by recently updated
recently updated
newest added

Why is 255 always used for the capacity in the examples? What exactly does this mean and what effects would a different value have?