Skip to main content

Theory of Structured Parallel Programming

  • 1st Edition - April 26, 2024
  • Author: Yong Wang
  • Language: English
  • Paperback ISBN:
    9 7 8 - 0 - 4 4 3 - 2 4 8 1 4 - 6
  • eBook ISBN:
    9 7 8 - 0 - 4 4 3 - 2 4 8 1 5 - 3

Theory of Structured Parallel Programming is a comprehensive guide to structured parallel programming corresponding to traditional structured sequential programming. The book p… Read more

Theory of Structured Parallel  Programming

Purchase options

Limited Offer

Save 50% on book bundles

Immediately download your ebook while waiting for your print delivery. No promo code needed.

Book bundle cover eBook and print

Institutional subscription on ScienceDirect

Request a sales quote
Theory of Structured Parallel Programming is a comprehensive guide to structured parallel programming corresponding to traditional structured sequential programming. The book provides readers with comprehensive coverage of theoretical foundations of structured parallel programming, including analyses of parallelism and concurrency, truly concurrent process algebras, building block-based structured parallel programming, modelling and verification of parallel programming language, modelling and verification of parallel programming patterns, as well as modeling and verification of distributed systems.

There have been always two ways to approach parallel computing: one is the structured way, and the other is the graph-based (true concurrent) way. The structured way is often based on the interleaving semantics, such as process algebra CCS. Since the parallelism in interleaving semantics is not a fundamental computational pattern (the parallel operator can be replaced by alternative composition and sequential composition), the parallel operator often does not occur as an explicit operator, such as in the mainstream programming languages C, C++, Java, et al.