Granularity and Parallel Performance

Posted on Code Project See other posts from Code Project
Published on Thu, 08 Apr 2010 17:39:00 GMT Indexed on 2010/04/08 17:44 UTC
Read the original article Hit count: 124

Filed under:
One key to attaining good parallel performance is choosing the right granularity for the application. The goal is to determine the right granularity (usually larger is better) for parallel tasks, while avoiding load imbalance and communication overhead to achieve the best performance.

© Code Project or respective owner