package phashtbl

  1. Overview
  2. Docs

Persistent hash tables stored on disk using dbm under the carpet.

type filename = string
Polymorphic keys and values.
module GenKeyToGenVal : sig ... end
String keys and polymorphic values.
module StrKeyToGenVal : sig ... end
Polymorphic keys and string values.
module GenKeyToStrVal : sig ... end
String keys and values.
module StrKeyToStrVal : sig ... end