Skip to main content

with_pairwise_caps

Function with_pairwise_caps 

Source
pub fn with_pairwise_caps<R>(
    gram_max: usize,
    max_n: usize,
    f: impl FnOnce() -> R,
) -> R
Expand description

Run f with temporary pairwise n caps. Restores the previous overrides (including across panics). Thread-local, same shape as HNSW_BUILD_BATCH.