株式会社極東書店トップ > 商品一覧 > Foundations of Parallel Programming.
商品詳細
Foundations of Parallel Programming.
・ISBN 978-0-521-01856-2 paper GB£ 38.00
¥12,038.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
お気に入り
★★★
| 著者・編者 | Skillicorn, D. B., |
|---|---|
| シリーズ | (Cambridge International Series on Parallel Computation) |
| 出版社 | (Cambridge University Press, UK) |
| 出版年月 | 2005 |
| ページ数 | 212 pp. |
| 言語 | ENG |
| ニュース番号 | <A00-64904> |
解説
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.