Skip to main content

estimate_flat_memory

Function estimate_flat_memory 

Source
pub fn estimate_flat_memory(n_vectors: usize, dimension: usize) -> usize
Expand description

Estimate the memory footprint of a flat vector index (vectors only).

Returns bytes.