8000 GitHub - anmonteiro/index: A platform-agnostic multi-level index
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anmonteiro/index

 
 

Repository files navigation

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.

About

A platform-agnostic multi-level index

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 98.7%
  • Other 1.3%
0