MAX_VECTOR_LENGTH_TO_CACHE
mito2
1.0.0-beta.2
In mito2::
read::
projection
mito2
::
read
::
projection
Constant
MAX_
VECTOR_
LENGTH_
TO_
CACHE
Copy item path
Source
const MAX_VECTOR_LENGTH_TO_CACHE:
usize
= 16384;
Expand description
Only cache vector when its length
<=
this value.