= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Persistent hash table library using dbm under the carpet.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
v1.0.0.tar.gz
md5=59f043a78b76063bac46bd9704252a89
Description
Thin layer on top of the dbm library (in opam) to provide modules providing a subset of the functionalities of the stdlib's Hashtbl module.
The four modules provided and their find functions are:
val Phashtbl.GenKeyToGenVal.find: ('a, 'b) t -> 'a -> 'b val Phashtbl.StrKeyToGenVal.find: 'b t -> string -> 'b val Phashtbl.GenKeyToStrVal.find: 'a t -> 'a -> string val Phashtbl.StrKeyToStrVal.find: t -> string -> string
The stdlib's Marshal module is used for serialization/deserialization to/from strings.
Published: 08 May 2018
On This Page