erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

Can anyone rewrite erthink/libmdbx in rustlang? #169

Closed hiqsociety closed 3 years ago

hiqsociety commented 3 years ago

Can anyone rewrite erthink/libmdbx in rustlang?

erthink commented 3 years ago

I am sure that this is unreasonable. MDBX was inherited too many flaws from LMDB, so it is not worth the effort to repeat all of these flaws. Only MithrilDB is likely to be cool enough to be rewritten in Rust.

hiqsociety commented 3 years ago

if libmdbx rewritten in rustlang, this will be the best of the best kv store. i dont understand why that will have flaws since rustlang is more reliable and faster than c++.

hope to see that happen someday. for mithrildb, rustlang or golang will suffice.

this is fantastic work... do really hope to see the stability / reliability written in rust. thx for the software