const COMPACT_TOMBSTONE_RATIO: f64 = 0.125;
Tombstone share that triggers compaction (matches the OffsetTable’s stale-rebuild instinct: past ~1/8 dead weight, rebuilding wins).
OffsetTable