# Packages
No description provided by the author
Package lmdbpool provides a TxnPool type that allows lmdb.Readonly transactions
to safely be reused by other goroutines when the goroutine that created the
transaction no longer has a use for it.
Package lmdbsync provides advanced synchronization for LMDB environments at the
cost of performance.