containers / composefs

The reliability of disk images, the flexibility of files
Other
446 stars 34 forks source link

mkcomposefs: multi-threading support #249

Closed r0l1 closed 6 months ago

r0l1 commented 9 months ago

It would be great, if mkcomposefs would support multi-threading. Processing a lot of files takes a long time, even if my machine has 31 idle CPU threads.

alexlarsson commented 9 months ago

This is due to the computation of the digest for all the backing files. This could probably be done in parallel, yes.