This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
18
unikernel/duniverse/lru/README.md
Normal file
18
unikernel/duniverse/lru/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# lru — Scalable LRU caches
|
||||
|
||||
v0.3.0-4-gcf049b9
|
||||
|
||||
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][doc].
|
||||
|
||||
[doc]: https://pqwy.github.io/lru/doc/lru/
|
||||
Loading…
Add table
Add a link
Reference in a new issue