switch default thread count to cpus - 1
instead of cpus
#46
Labels
enhancement
An enhancement to the functionality of the software.
cpus - 1
instead of cpus
#46
It makes sense to not use one thread more than the number of CPUs you have. Namely,
-j
launchesN
workers for searching, while the main thread does directory traversal.Ideally,
cpus
would be the number of physical cores (i.e., not counting hyper threading).The text was updated successfully, but these errors were encountered: