package ringo

  1. Overview
  2. Docs
Caches (bounded-size key-value stores) and other bounded-size stores

Install

Dune Dependency

Authors

Maintainers

Sources

ringo-v0.3.tar.gz
md5=535a39a13a69228976cc1bb5d21c897c
sha512=3076faac3e721014b58b08c2afc8b7d23461db37b68f7542743dbfc5721544071c9f66391a070a0c9372675616d57b6fe9cb76650e4223620f110da3ccf7c84b

CHANGES.md.html

CHANGES.md

archeology: Raw import from Tezos

v0.1: Initial release

v0.2:

  • complete rewrite: the library pivots towards caches

v0.3:

  • Rename Loose as Weak

  • Rename CACHE as CACHE_MAP (and associated name changes) to hint at key-value storage

  • introduce set-caches (CACHE_SET) which are simple value cahces (not key-value caches)

  • introduce clear to empty caches entirely

  • fix singleton-collection bug

  • simplify code in main entry module