Use multiple cores for reclaiming and compressing disk space
Open
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
Currently reclaiming and compressing a VM disk takes quite a long time. Only one core is utilized and the host drive is also barely active.
Would it be possible to parallelize this to speed up the process a bit? I'm not familiar with the implementation, but something like chunking the VM disk and process each chunk by a separate CPU core sounds interesting.
Contributor guide
Assessment
This issue has not been assessed yet.