samoht / kv-hash

A Key Value store using a persistent hashtable approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Key Value store using a persistent hashtable approach


Languages

Language:OCaml 98.5%Language:Makefile 1.5%