Number of tombstoned elements retained for ordering (see compacted).
int get tombstoneCount => _nodes.values.where((n) => n.deleted).length;