SIGN IN SIGN UP

Don't tell users to use a bad number of threads (#243)

The readme tells people to use the command line option "-t 8", causing 8
threads to be started. On systems with fewer than 8 cores, this causes a
significant slowdown. Remove the option from the example command lines
and use /proc/cpuinfo on Linux to determine a sensible default.
S
Stephan Walter committed
367946c668757532deed929e1d78673c6ac6bcb8
Parent: 6b0df5c
Committed by GitHub <noreply@github.com> on 3/17/2023, 5:47:35 PM