Why a lmdb replacement hasn't happened in c++?
The latest wrapper release is 4 years old, the one on awesome cpp is 11 years old.
There is lmdb replacement by a russian dude, but he doesn’t open source tests for weird ass reasons and deliberetely ships a 40k loc source so people don't fork it.
Rocksdb exists but is huge, and is very slow to compile, and doesn’t really compare to btree solutions if stuff I read is true.
I don’t really get it, parallel data read/write is such an important thing, why we don’t have anything for it?