All Projects → mirage → index

mirage / index

Licence: MIT license
A platform-agnostic multi-level index

Programming Languages

ocaml
1615 projects

Index - a platform-agnostic multi-level index

OCaml-CI Build Status

Index is a scalable implementation of persistent indices in OCaml.

It takes an arbitrary IO implementation and user-supplied content types and supplies a standard key-value interface for persistent storage.

Index supports instance sharing: each OCaml runtime can share a common singleton instance.

Index supports multiple-reader/single-writer access. Concurrent access is safely managed using lock files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].