Skip to content

mattiasdrp/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 98.4%
  • C 1.1%
  • Other 0.5%