pub fn get_parallel_compressed_sizes_from_sequential_paths( paths: &[&str], method: &str, threads: usize, ) -> Vec<u64>
Compress all paths after preloading bytes, using per-file parallel ZPAQ compression.