Hi Yifan,
On 2023/11/7 17:23, Yifan Zhao wrote:
Currently, mkfs generates the on-disk indexes of each compressed extent
on the fly during compressing, which is inflexible if we'd like to merge
sub-indexes of a file later for the multi-threaded compression scenarios.
Let's generate on-disk indexes after the compression for the file is
completed.
Signed-off-by: Yifan Zhao <[email protected]>
---
Sorry for the late reply. There are some issues on my side.
In order to make this work efficient. Let me to refine this commit as well.
Thanks,
Gao Xiang