Kristian Kilpi wrote: > (I think one should, in general, always use thread counts relative to > the number of hardware threads.) Multithreaded code can speed up computation even on a machine with only one CPU, because of how I/O blocking works.