Robocopy single- and multithreaded benchmark on Windows
When copying files, a commenter on my robocopy post wondered if a multithreaded copy tool like robocopy is actually quicker than a single-threaded copy tool like xcopy because the hard disk is usually the bottleneck, not the CPU. I decided to create my own benchmark because I couldn't find any. The following are the outcomes: ... Read more