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

Add gokv.Store implementation for BuntDB #77

Open
philippgille opened this issue Feb 16, 2019 · 1 comment
Open

Add gokv.Store implementation for BuntDB #77

philippgille opened this issue Feb 16, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Owner

BuntDB seems to be an embeddable DB similar to bbolt and BadgerDB. Check it out and if it fits add an implementation for it.

@philippgille philippgille added the enhancement New feature or request label Feb 16, 2019
@GwynethLlewelyn
Copy link

I've done a few comparative tests with BuntDB, and it is certainly quite performant — more so than bbolt/BadgerDB, at least the last time I tested it, two years ago or so, with a few million entries. It was also noticeably faster in importing keys from a disk file.

I hope that you can retrieve PR #91 from the bin and apply it to the main branch :)

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

No branches or pull requests

2 participants