Constant lmdb_rs::core::EnvCreateWriteMap []

pub const EnvCreateWriteMap: EnvCreateFlags = EnvCreateFlags{bits: ffi::MDB_WRITEMAP,}

Use a writeable memory map unless MDB_RDONLY is set. This is faster and uses fewer mallocs, but loses protection from application bugs like wild pointer writes and other bad updates into the database. Incompatible with nested transactions. Processes with and without MDB_WRITEMAP on the same environment do not cooperate well.