pub fn write_simple_vec_cache<F: Write, W: SerializableSemiring>(
    writter: &mut F,
    cache: &SimpleVecCache<W>
) -> Result<()>