pub fn with_pairwise_caps<R>(
gram_max: usize,
max_n: usize,
f: impl FnOnce() -> R,
) -> RExpand description
Run f with temporary pairwise n caps. Restores the previous overrides
(including across panics). Thread-local, same shape as HNSW_BUILD_BATCH.