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
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 :)
BuntDB seems to be an embeddable DB similar to bbolt and BadgerDB. Check it out and if it fits add an implementation for it.
The text was updated successfully, but these errors were encountered: