package obatcher

  1. Overview
  2. Docs
A Framework for building Batched Concurrent Data Structures

Install

Dune Dependency

Authors

Maintainers

Sources

obatcher-1.0.tbz
sha256=bad8af8223b14bd6d582e34eba90048d632f2ac611183e120d0faaeaefb7549e
sha512=cc8ede53c694abbb4aabb6f898e57057c6f2726411eb9f64b056652a0de7adf85432d55df5833d4555ccf03e681869ac0af218119c94f8577008ebd9e0601779

doc/obatcher.ds/Ds/Batched_hashtbl/Batched/index.html

Module Batched_hashtbl.BatchedSource

Sourcetype t = (int, string) Hashtbl.t
Sourcetype 'a op =
  1. | Add : int * string -> unit op
  2. | Replace : int * string -> unit op
  3. | Remove : int -> unit op
  4. | Find : int -> string op
Sourcetype wrapped_op =
  1. | Mk : 'a op * 'a Picos.Computation.t -> wrapped_op
Sourcetype cfg = {
  1. random : bool option;
  2. initial_size : int;
}
Sourceval init : ?cfg:cfg -> unit -> ('a, 'b) Hashtbl.t
Sourceval run : (int, string) Hashtbl.t -> wrapped_op array -> unit
OCaml

Innovation. Community. Security.