pub type CompactionMap = HashMap<Key, Offset>;
A map of keys to offsets
pub struct CompactionMap { /* private fields */ }