this is a simple data storage library, base on level db
- support simple doc base access opt
- support simple and hashed counter get and save
pls see main.go in example dir
go test -v go test -bench="Doc" -benchtime=5s . go test -bench="Count" -benchtime=5s .