← Back to context

Comment by corysama

5 years ago

It's very simple. Single C file implementation. Binary blob keys : binary blob values. The end. If all you need is a bunch of blobs written and read back reliably while in a statistically unreliable situation, LMDB is great.

Well, sqlite is also just a single .c with a single .h.