phashtblversion

Persistent hash table library using dbm under the carpet.

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.

AuthorFrancois BERENGER
LicenseLGPL-2.0-or-later
Published
Homepagehttps://github.com/UnixJunkie/phashtbl
Issue Trackerhttps://github.com/UnixJunkie/phashtbl/issues
Maintainerunixjunkie@sdf.org
Dependencies
Source [http] https://github.com/UnixJunkie/phashtbl/archive/v1.0.0.tar.gz
md5=59f043a78b76063bac46bd9704252a89
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/phashtbl/phashtbl.1.0.0/opam
No package is dependent