Skip to content

Add support for xz & zstd multithread compression

Zhangzhi Hu requested to merge integral/ark:multithread_feature into master

xz & zstd compression was single-threaded; make it multi-threaded, with an algorithm to calculate the ideal number of threads based on the number of CPU cores.

BUG: 474174 FIXED-IN: 24.02

Edited by Nate Graham

Merge request reports