|
|
|
|
|
by burntsushi
659 days ago
|
|
I'm not aware of one. Any tool that tells you disk space has to actually crawl the directory tree to report it. But that is precisely the thing we want to parallelize. The only other option I can think of is to dynamically adjust. Maybe after a certain amount of work has completed, spin up more threads. But I'm not sure it's worth doing. |
|
e.g. looking at the Links: 101 metadata on the `curl` codebase for src:
But then that still involves dynamically adjusting and might be kind of overkill for a relatively uncertain benefit...