mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
307 stars 52 forks source link

Switch from LMDB to libmdbx #143

Open erthink opened 5 years ago

erthink commented 5 years ago

https://github.com/leo-yuriev/libmdbx#libmdbx

mykmelez commented 5 years ago

Hi @leo-yuriev, is there something in particular you think we should consider about libmdbx?

erthink commented 4 years ago

Hi, @mykmelez . I was taking a break to tidy up some important things, before replying and wasting your time. In short, I suggest you consider using libmdbx instead of LMDB.

Kerollmops commented 4 years ago

Here is a basic version of the rust mdbx bindings (which is a simple fork of the fork of mozilla).

erthink commented 3 years ago

FYI.

Erigon (one of the most efficient frontiers for Ethereum) recently switched from LMDB to MDBX. AFAIK, there was no single reason, but because are a set of MDBX's improvements over LMDB.

Regards.