in reply to Problem in RAM usage while threading the program
Simplistically you don't get any advantage with computation bound tasks that use more threads than there are cores in the processor. For typical high end processors that will be between 8 and 16 threads.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem in RAM usage while threading the program
by bliako (Abbot) on Dec 20, 2019 at 08:33 UTC |