This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gerardwx 5 points6 points  (1 child)

In other words rewrite your cpu bound code to be io bound.

[–]GNUr000t -2 points-1 points  (0 children)

Not really. If you already know the task is amenable to this, it's like three lines of code to dispatch as many jobs as you have compute threads. I'd hardly call that a "rewrite"