/kv-hash

A Key Value store using a persistent hashtable approach

Primary LanguageOCaml

A Key Value store

kv-hash is a key-value store for huge amounts of data, where the active set of keys is sufficiently large they cannot all be kept in memory.

There is some documentation in Documentation.md and in the code itself.

OCamldoc documentation is here