Skip to content
forked from mirage/index

A platform-agnostic multi-level index

License

Notifications You must be signed in to change notification settings

vect0r-vicall/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

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 98.7%
  • Other 1.3%