Dedicating all processor power to a task

Posted by Yktula on Stack Overflow See other posts from Stack Overflow or by Yktula
Published on 2010-05-22T04:55:36Z Indexed on 2010/05/22 5:00 UTC
Read the original article Hit count: 213

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c

    Related posts about operating-system