package patricia-tree

  1. Overview
  2. Docs
Patricia Tree data structure in OCaml for maps and sets. Supports generic key-value pairs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

patricia-tree-0.14.0.tbz
sha256=32e5639ec6af0f7763d6bf48a8711d8d9cd0d79af1fc8cecf1c73a442c1c1fa7
sha512=749fb6696e83b88b782d70248cb646a8a7ac02d1e781f15d680ff1b41949b936259abd6979680fc9812b9c9cf8406ca24ccf3e785b8b7977519394a04d53f451

doc/patricia-tree/PatriciaTree/module-type-MUTEX/index.html

Module type PatriciaTree.MUTEXSource

Simple mutex (mutual-exclusive lock) signature.

  • since v0.12.0
val lock : unit -> unit
val unlock : unit -> unit