pub fn get_parallel_compressed_sizes_from_parallel_paths( paths: &[&str], method: &str, threads: usize, ) -> Vec<u64>
Compress all paths directly from disk using per-file multi-thread ZPAQ.