package dokeysto
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Db.ROZ
Source
open_existing fn
open in read-only mode the persistent hashtbl whose data are stored compressed in file fn
and whose index is stored in fn ^ ".idx"
.
find db k
get and uncompress the current binding of k
in db
or raise Not_found
.
iter f db
apply f
to all key-value pairs in db
. Values are uncompressed on the fly. Cf. Hashtbl.iter for details.