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

Does this mean libmdbx is single threaded? since it's using c. #232

Closed superdolt closed 3 years ago

superdolt commented 3 years ago

Does this mean libmdbx is single threaded? since it's using c.

erthink commented 3 years ago

No, it is multi-process and multi-threaded. But please RTFM = https://erthink.github.io/libmdbx/