pub fn try_get_compressed_sizes_from_paths_backend_with_options(
paths: &[&str],
backend: &CompiledCompressionBackend,
options: CompressionPathBatchOptions,
) -> InfotheoryResult<Vec<u64>>Expand description
Compute compressed sizes for paths using backend with explicit
operation-level parallelism controls.