unison
unison copied to clipboard
Add ability to use threads to parallelize various operations
This could include
- filesystem scanning (to keep the disk queue full)
- checksum calculation (to use multiple CPUs)
Some thought is needed to use a reasonable number of threads, depending on whether IO or CPU is being parallelized and how many CPUs there are.
Overall this needs a design, which is best proposed on unison-hackers@
before implementation.