mito2::read::projection

Constant MAX_VECTOR_LENGTH_TO_CACHE

Source
const MAX_VECTOR_LENGTH_TO_CACHE: usize = 16384;
Expand description

Only cache vector when its length <= this value.