Alec Matusis wrote:
Our code gets references to 8 or 16 byte structs by casting pointers into LMDB data.
- In a database with no DUPs and 8 byte (u64) keys, can we expect the
corresponding value to have alignment 8?
As documented, LMDB only guarantees 2-byte alignment, that's all we will ever promise.