pub(crate) const MAX_VECTOR_LENGTH_TO_CACHE: usize = 16384;
Only cache vector when its length <= this value.
<=