Re: Multithreaded check-files script

2023-06-29 Thread Jason Tibbitts
> Nicholas Frizzell writes: > Has anyone investigated making use of multithreading for check-files > previously? I'm not sure multithreading is all that meaningful for that script; it's really quite simple, after all. It runs find to get a list of files, sorts it, and diffs that against the

Multithreaded check-files script

2023-06-29 Thread Nicholas Frizzell
When building an rpm package for larger projects, one of the stages that I've noticed seems to take a fair amount of time to complete is the check-files script, which appears to run single-threaded. Has anyone investigated making use of multithreading for check-files previously?