|
|
|
|
|
by greggyb
2329 days ago
|
|
I saw that. If adding threads makes a program faster, that implies that more CPU can make it go faster. If the filesystem is already streaming bytes to the program as fast as it can, adding threads just means that you have more threads waiting for bytes. If adding threads increases the speed, this implies that the program is both CPU-bound and that it has opportunities for parallelism. |
|