Skip to content

UnixJunkie/phashtbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phashtbl

A persistent hash table OCaml library

Just a thin layer on top of the dbm library (dbm in opam) to give access to a module which provides a subset of the functionalities of the stdlib's Hashtbl module.