Fork of nobonobo/unqlitego, with updates to upstream unqlite.c
unqlite@ca65e2b9f6 | ||
.drone.yml | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
unqlite.c | ||
unqlite.go | ||
unqlite.h | ||
unqlite_test.go |
unqlitego
UnQLite Binding for golang.
Install
$ go get git.thisco.de/vbatts/unqlitego
Test
$ go get github.com/r7kamura/gospel
$ cd ${GOPATH/:*/}/src/git.thisco.de/vbatts/unqlitego
$ go test .
Benchmark
$ go get github.com/r7kamura/gospel
$ cd ${GOPATH/:*/}/src/git.thisco.de/vbatts/unqlitego
$ go test -bench Bench*
Output:(Macbook Air 2011 mid)
BenchmarkFileStore 200000 9667 ns/op
BenchmarkFileFetch 500000 7928 ns/op
BenchmarkMemStore 500000 3824 ns/op
BenchmarkMemFetch 1000000 3448 ns/op