Open philippgille opened 5 years ago
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.