MAX_VECTOR_LENGTH_TO_CACHE
mito2
0.18.0
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.