package ringo
Install
Dune Dependency
Authors
Maintainers
Sources
md5=c4bfe8506ee67b82bf5a4f5a989711d3
sha512=4c06df137173a605f14d1bf06193e591b02bd61518669f2d77513e7cd9ad7b660d5ea913cbb079eef8ac17246a71422827594dfe5ffaec032284e0de7e660305
doc/ringo/Ringo/index.html
Module Ringo
Source
Ringo
Ringo is a library for bounded-length collections.
Generic collections
Ring
is a potentially useful module that is used internally to manage bounded, FIFO collections of items. The documentation is available in UNBOXED_COLLECTION
.
Dll
is a potentially useful module that is used internally to manage bounded, LRU collections of items. The documentation is available in UNBOXED_COLLECTION
.
Cache-oriented collections
LRU_Collection
is a COLLECTION
meant to be used as a building block in a cache: specifically a cache with a Least-Recently Used replacement policy.
FIFO_Sloppy_Collection
is a COLLECTION
meant to be used as a building block in a cache: specifically a cache with a First In First Out replacement policy.
FIFO_Precise_Collection
is a COLLECTION
meant to be used as a building block in a cache: specifically a cache with a First In First Out replacement policy.