Foundations of parallel programming
著者
書誌事項
Foundations of parallel programming
(Cambridge international series on parallel computation, 6)
Cambridge University Press, 1994
大学図書館所蔵 全33件
  青森
  岩手
  宮城
  秋田
  山形
  福島
  茨城
  栃木
  群馬
  埼玉
  千葉
  東京
  神奈川
  新潟
  富山
  石川
  福井
  山梨
  長野
  岐阜
  静岡
  愛知
  三重
  滋賀
  京都
  大阪
  兵庫
  奈良
  和歌山
  鳥取
  島根
  岡山
  広島
  山口
  徳島
  香川
  愛媛
  高知
  福岡
  佐賀
  長崎
  熊本
  大分
  宮崎
  鹿児島
  沖縄
  韓国
  中国
  タイ
  イギリス
  ドイツ
  スイス
  フランス
  ベルギー
  オランダ
  スウェーデン
  ノルウェー
  アメリカ
注記
Bibliography: p. [179]-193. - Includes index
内容説明・目次
内容説明
The major reason for the lack of use of parallel computing is the mismatch between the complexity and variety of parallel hardware, and the software development tools to program it. The cost of developing software needs to be amortised over decades, but the platforms on which it executes change every few years, requiring complete rewrites. The evident cost-effectiveness of parallel computation has not been realized because of this mismatch. This book presents an integrated approach to parallel software development by addressing both software and performance issues together. It presents a methodology for software construction that produces architecture-independent and intellectually abstract software. The software can execute efficiently on a range of existing and potential hardware configurations. The approach is based on the construction of categorical data types, a generalization of abstract data types, and of objects. Categorical data types abstract both from the representation of a data type, and also from the detailed control flow necessary to perform operations on it. They thus impose a strong separation between the semantics, on which programs can depend, and the implementation, which is therefore free to hide the parallel machine properties that are used.
目次
- 1. The key idea
- 2. Parallel software development
- 3. Architectural background
- 4. Models and their properties
- 5. The categorical data type of lists
- 6. Software development using lists
- 7. Other operations on lists
- 8. A cost calculus for lists
- 9. Building categorical data types
- 10. Lists, bags and finite sets
- 11. Trees
- 12. Arrays
- 13. Graphs
- 14. Conclusions
- Appendix A. C++ Library for lists
- Appendix B. Historical background.
「Nielsen BookData」 より