Skip to content

pqwy/lru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 25, 2022
cf049b9 · Oct 25, 2022

History

25 Commits
Oct 25, 2022
Apr 9, 2019
Oct 25, 2022
Apr 9, 2019
Oct 25, 2022
Nov 22, 2016
Apr 10, 2019
Apr 6, 2019
Apr 10, 2019

Repository files navigation

lru — Scalable LRU caches

%%VERSION%%

Lru provides weight-bounded finite maps that can remove the least-recently-used (LRU) bindings in order to maintain a weight constraint.

Two implementations are provided: one is functional, the other imperative.

lru is distributed under the ISC license.

Homepage: https://github.com/pqwy/lru

Documentation

Interface, online.