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

Pluggable backend support? #52

Open
sonic182 opened this issue Jan 11, 2022 · 1 comment
Open

Pluggable backend support? #52

sonic182 opened this issue Jan 11, 2022 · 1 comment

Comments

@sonic182
Copy link

It may be interesting see how it performs with different backends, I'm thinking in goleveldb (or the C++ implementation + cgo) and/or rocksdb

@aleybovich
Copy link

@sonic182 my advice - implement it yourself and send @valinurovam a PR, shouldn't be very hard. I almost added pluggable backend support myself as I needed a memory-only backend, but then I found that buntdb can support :memory: with some code changes. I simply made those changes and created a PR which Alexander merged. It's the fastest path.

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

No branches or pull requests

2 participants