Expand description
LMDB-backed memory store.
Each galaxy is an LMDB named database (sub-DB within the same file). Reads are zero-copy (mmap’d). Writes are batched.
Structs§
- Memory
Query - Query filter for memories.
- Memory
Store - The LMDB environment containing all 14 galaxy sub-databases plus 4 index DBs.