leroux / hackdb

A little KV store.
1 stars 0 forks source link

enable disk persistence #3

Open leroux opened 11 years ago

JosephMoniz commented 11 years ago

LevelDB is a great swiss army knife for this type of thing. If you want to do it yourself, you could build your own SSTable, Log Structured Merge Trees and Bloom Filters (the three of which is basically all LevelDB is anyways)