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
- Host: GitHub
- URL: https://github.com/unixjunkie/phashtbl
- Owner: UnixJunkie
- License: other
- Created: 2018-05-07T07:31:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T10:21:50.000Z (over 5 years ago)
- Last Synced: 2025-03-27T19:39:37.679Z (about 1 month ago)
- Topics: dbm, hash-table, ocaml-library, persistent
- Language: OCaml
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phashtbl
A persistent hash table OCaml libraryJust 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.