pub const PROACTIVE_CONFLICT_TOP_K: usize = 5;Expand description
Top-K cap for the candidate pool inspected by
proactive_conflict_check. Bounded so the per-write cost is O(K)
rather than O(namespace_size).
pub const PROACTIVE_CONFLICT_TOP_K: usize = 5;Top-K cap for the candidate pool inspected by
proactive_conflict_check. Bounded so the per-write cost is O(K)
rather than O(namespace_size).