Concurrent or Not Concurrent?

In addition, I want to let you know that not every bit of computation can be made concurrent, no matter how hard you try. To save you the time of trying to take on too many impossible things in the course of your day, I have examples of the kinds of algorithms and computations that are not very amenable to concurrency in the section “What’s Not Parallel” on page 42.

 

 

Design Models for Concurrent Algorithm

 

Task Decomposition

Data Decomposition

posted on 2010-09-06 21:30  胡是  阅读(163)  评论(0编辑  收藏  举报

导航