meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
569 stars 52 forks source link

Rename and document the `MDB_NOTLS` feature #193

Closed Kerollmops closed 1 year ago

Kerollmops commented 1 year ago

This pull request renames and document the send-read-txn into read-txn-no-tls. The renaming reason is that enabling this MDB_NOTLS Env flag also allows opening more than a single read transaction on a thread than just making it movable between threads.