Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Copy on Write #3

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open

Implement Copy on Write #3

wants to merge 55 commits into from

Conversation

itsmontoya
Copy link
Owner

@itsmontoya itsmontoya commented Mar 3, 2018

goos: linux
goarch: amd64
pkg: github.com/itsmontoya/whiskey
BenchmarkWhiskeyGet-16              2000            847693 ns/op          176011 B/op       7000 allocs/op
BenchmarkWhiskeyPut-16               100          12207011 ns/op          720110 B/op      25000 allocs/op
BenchmarkWhiskeyBatchPut-16        10000            167264 ns/op             721 B/op         25 allocs/op
BenchmarkBoltGet-16                 1000           1553200 ns/op          488010 B/op       8000 allocs/op
BenchmarkBoltPut-16                    1        2458374706 ns/op        34075920 B/op      49951 allocs/op
BenchmarkBoltBatchPut-16             300           3770269 ns/op          161626 B/op       3103 allocs/op
BenchmarkLMDBGet-16                 1000           1400146 ns/op          120056 B/op       5001 allocs/op
BenchmarkLMDBPut-16                    1        2340215682 ns/op          124312 B/op       4025 allocs/op
BenchmarkLMDBBatchPut-16             500           3230487 ns/op             132 B/op          4 allocs/op

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants