An open API service indexing awesome lists of open source software.

https://github.com/unixjunkie/phashtbl

Minimalist persistent hashtbl OCaml library
https://github.com/unixjunkie/phashtbl

dbm hash-table ocaml-library persistent

Last synced: 15 days ago
JSON representation

Minimalist persistent hashtbl OCaml library

Awesome Lists containing this project

README

        

# 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.