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
bolt is not maintained anymore, but CoreOS maintains a fork of it, called bbolt.
It's probably better suited than badger, because bolt is faster for reads, while badger is faster for writes (due to their underlying DB architectures).
Activity