You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
It may be interesting see how it performs with different backends, I'm thinking in goleveldb (or the C++ implementation + cgo) and/or rocksdb
The text was updated successfully, but these errors were encountered: