Dedicating all processor power to a task
- by Yktula
Let's say we have a very processor-intensive task at hand which could be effectively parallelized. How can we dedicate all or almost all available processor power to performing that task?
The task could be a variety of things, and iterative Fibonacci number generation that saves recorded numbers would be just one example.