Skip to main content

PROACTIVE_CONFLICT_TOP_K

Constant PROACTIVE_CONFLICT_TOP_K 

Source
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).