Re: [PATCH v3 4/4] erofs-utils: mkfs: introduce inner-file multi-threaded compression

2024-02-28 Thread Gao Xiang
On 2024/2/28 23:13, Yifan Zhao wrote: On 2/28/24 17:57, Gao Xiang wrote: On 2024/2/25 22:27, Yifan Zhao wrote: Currently, the creation of EROFS compressed image creation is single-threaded, which suffers from performance issues. This patch attempts to address it by compressing the large

Re: [PATCH v3 4/4] erofs-utils: mkfs: introduce inner-file multi-threaded compression

2024-02-28 Thread Yifan Zhao
On 2/28/24 17:57, Gao Xiang wrote: On 2024/2/25 22:27, Yifan Zhao wrote: Currently, the creation of EROFS compressed image creation is single-threaded, which suffers from performance issues. This patch attempts to address it by compressing the large file in parallel. Specifically, each

Re: [PATCH v3 4/4] erofs-utils: mkfs: introduce inner-file multi-threaded compression

2024-02-28 Thread Gao Xiang
On 2024/2/25 22:27, Yifan Zhao wrote: Currently, the creation of EROFS compressed image creation is single-threaded, which suffers from performance issues. This patch attempts to address it by compressing the large file in parallel. Specifically, each input file larger than 16MB is splited

[PATCH v3 4/4] erofs-utils: mkfs: introduce inner-file multi-threaded compression

2024-02-25 Thread Yifan Zhao
Currently, the creation of EROFS compressed image creation is single-threaded, which suffers from performance issues. This patch attempts to address it by compressing the large file in parallel. Specifically, each input file larger than 16MB is splited into segments, and each worker thread