package index-bench

  1. Overview
  2. Docs
Index benchmarking suite

Install

Dune Dependency

Authors

Maintainers

Sources

index-1.6.0.tbz
sha256=5e0c1f6cbd6e485cbbf2344c8f76de8a7869155355ae6edd5550c88da0661594
sha512=613fa206d1124b34259421f4ea978ce4e9404d78af3a687c1e406d88a5d481bd51465fafae58da9eb3e6a0b5408118b8a7dfe1fbb05ce8fed4b8b0a572beb99b

Description

Published: 13 Feb 2022

README

Index - a platform-agnostic multi-level index

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.

Dev Dependencies (6)

  1. rusage >= "1.0.0" & with-test
  2. repr >= "0.2.1" & with-test
  3. optint >= "0.1.0" & with-test
  4. digestif >= "0.7" & with-test
  5. tezos-base58 >= "1.0.0" & with-test
  6. cmdliner with-test & < "1.1.0"

Used by

None

Conflicts (1)

  1. result < "1.5"