Fork of nobonobo/unqlitego, with updates to upstream unqlite.c
Go to file
nobonobo 53fb3f0569 first commit 2013-11-26 23:04:27 +09:00
src@4802711236 first commit 2013-11-26 23:04:27 +09:00
.gitignore first commit 2013-11-26 23:04:27 +09:00
.gitmodules first commit 2013-11-26 23:04:27 +09:00
LICENSE Initial commit 2013-11-26 05:55:20 -08:00
Makefile first commit 2013-11-26 23:04:27 +09:00
README.md first commit 2013-11-26 23:04:27 +09:00
unqlite.go first commit 2013-11-26 23:04:27 +09:00
unqlite_test.go first commit 2013-11-26 23:04:27 +09:00

README.md

unqlitego

UnQLite Binding for golang.

Install

go get github.com/nobonobo/unqlitego
cd $GOPATH/src/github.com/nobonobo/unqlitego
git submodule init
git submodule update
make
go install

Benchmark

BenchmarkFileStore	  200000	      9667 ns/op
BenchmarkFileFetch	  500000	      7928 ns/op
BenchmarkMemStore	  500000	      3824 ns/op
BenchmarkMemFetch	 1000000	      3448 ns/op