log_kv 0.1.0

A hashmap backed by a log of inserts. The log is read at initialisation to rebuild the hashmap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
bincode = "0.6.1"
serde = "0.8.23"

[package]
authors = ["Steve Melia <steve.j.melia@gmail.com>"]
categories = ["database", "database-implementations"]
description = "A hashmap backed by a log of inserts. The log is read at initialisation to rebuild the hashmap"
keywords = ["key-value", "kv", "disk", "hashmap", "database"]
license = "MIT"
name = "log_kv"
readme = "README.md"
repository = "http://github.com/sjmelia/logkv"
version = "0.1.0"