RapidCRC-Unicode icon indicating copy to clipboard operation
RapidCRC-Unicode copied to clipboard

Request to add multithreading support

Open supply9243 opened this issue 5 months ago • 1 comments

I don't speak English, these are translated by software:

I've noticed that the software creates only one thread at a time and verifies a single file, then closes the thread. We need to verify a large number of files, and the disk I/O consumed by verifying a single file is limited. This approach does not fully utilize the performance of multi-core CPUs and SSDs (some of which can achieve speeds up to 12GB/s). If you are concerned about affecting the HDD, you can make this an optional setting.

supply9243 avatar Sep 10 '24 09:09 supply9243