unison icon indicating copy to clipboard operation
unison copied to clipboard

Add ability to use threads to parallelize various operations

Open gdt opened this issue 2 years ago • 0 comments

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.

gdt avatar Aug 19 '22 11:08 gdt