package hack_parallel

  1. Overview
  2. Docs
Parallel and shared memory library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a

doc/hack_parallel.memory/Memory/LocalCache/index.html

Module Memory.LocalCache

Parameters

module Value : Value.Type

Signature

type key = UserKeyType.t
type value = Value.t
val add : key -> value -> unit
val get : key -> value option
val remove : key -> unit
val clear : unit -> unit
val string_of_key : key -> string
val get_size : unit -> int
OCaml

Innovation. Community. Security.