The Art of Multiprocessor Programming

The Art of Multiprocessor Programming

2nd Edition - September 8, 2020

Write a review

  • Authors: Maurice Herlihy, Nir Shavit, Victor Luchangco, Michael Spear
  • Paperback ISBN: 9780124159501
  • eBook ISBN: 9780123914064

Purchase options

Purchase options
In Stock
DRM-free (Mobi, EPub, PDF)
Sales tax will be calculated at check-out

Institutional Subscription

Free Global Shipping
No minimum order

Description

The Art of Multiprocessor Programming, Second Edition, provides users with an authoritative guide to multicore programming. This updated edition introduces higher level software development skills relative to those needed for efficient single-core programming, and includes comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming. The book is an ideal resource for students and professionals alike who will benefit from its thorough coverage of key multiprocessor programming issues.

Key Features

  • Features new exercises developed for instructors using the text, with more algorithms, new examples, and other updates throughout the book
  • Presents the fundamentals of programming multiple threads for accessing shared memory
  • Explores mainstream concurrent data structures and the key elements of their design, as well as synchronization techniques, from simple locks to transactional memory systems

Readership

Students in multiprocessor and multicore programming courses and engineers working with multiprocessor and multicore systems

Table of Contents

  • 1. Introduction
    2. Mutual Exclusion
    3. Concurrent Objects and Linearization
    4. Foundations of Shared Memory
    5. The Relative Power of Synchronization Methods
    6. The Universality of Consensus
    7. Spin Locks and Contention
    8. Monitors and Blocking Synchronization
    9. Linked Lists: The Role of Locking
    10. Concurrent Queues and the ABA Problem
    11. Concurrent Stacks and Elimination
    12. Counting, Sorting and Distributed Coordination
    13. Concurrent Hashing and Natural Parallelism
    14. Skiplists and Balanced Search
    15. Priority Queues
    16. Futures, Scheduling and Work Distribution
    17. Barriers
    18. Transactional Memory

Product details

  • No. of pages: 576
  • Language: English
  • Copyright: © Morgan Kaufmann 2020
  • Published: September 8, 2020
  • Imprint: Morgan Kaufmann
  • Paperback ISBN: 9780124159501
  • eBook ISBN: 9780123914064

About the Authors

Maurice Herlihy

Maurice Herlihy received an A.B. in Mathematics from Harvard University, and a Ph.D. in Computer Science from M.I.T. He has served on the faculty of Carnegie Mellon University, on the staff of DEC Cambridge Research Lab, and is currently a Professor in the Computer Science Department at Brown University. Dr. Herlihy is an ACM Fellow, and is the recipient of the 2003 Dijkstra Prize in Distributed Computing. He shared the 2004 Gödel Prize with Nir Shavit, with whom he also shared the 2012 Edsger W. Dijkstra Prize In Distributed Computing.

Affiliations and Expertise

Brown University, Providence, RI, USA

Nir Shavit

Nir Shavit received a B.A. and M.Sc. from the Technion and a Ph.D. from the Hebrew University, all in Computer Science. From 1999 to 2011 he served as a member of technical staff at Sun Labs and Oracle Labs. He shared the 2004 Gödel Prize with Maurice Herlihy, with whom he also shared the 2012 Edsger W. Dijkstra Prize in Distributed Computing. He is a Professor in the Electrical Engineering and Computer Science Department at M.I.T. and the Computer Science Department at Tel-Aviv University.

Affiliations and Expertise

Professor of Computer Science, Massachusetts Institute of Technology, Cambridge, MA, USA

Victor Luchangco

Victor Luchangco is a Senior Algorithms Researcher at Algorand in Cambridge, MA, USA.

Affiliations and Expertise

Senior Algorithms Researcher, Algorand, Cambridge, MA, USA

Michael Spear

Professor Spear's research interests are broadly in concurrency, programming languages, and computer architecture. His goal is to make it easier for programmers to write correct, scalable applications.

Affiliations and Expertise

Computer Science and Engineering, Lehigh University, Bethlehem, PA, USA

Ratings and Reviews

Write a review

Latest reviews

(Total rating for all reviews)

  • Konstantin S. Tue Jun 28 2022

    The best multiprocessor book on the marker

    The best multiprocessor book on the marker which I encountered. If you work in this field, well worth buying.

  • Gregory P. Sun May 08 2022

    The Art of Multiprocessor Programming

    The Art of Multiprocessor Programming