Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Art of Multiprocessor Programming, Revised Reprint

Posted By: Grev27
The Art of Multiprocessor Programming, Revised Reprint

Maurice Herlihy, Nir Shavit, "The Art of Multiprocessor Programming, Revised Reprint"
English | ISBN: 0123973376 | 2012 | PDF | 536 pages | 5.3 MB

Revised and updated with improvements conceived in parallel programming courses, The Art of Multiprocessor Programming is an authoritative guide to multicore programming. It introduces a higher level set of software development skills than that needed for efficient single-core programming. This book provides comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming. Students and professionals alike will benefit from thorough coverage of key multiprocessor programming issues.

* This revised edition incorporates much-demanded updates throughout the book, based on feedback and corrections reported from classrooms since 2008

* Learn the fundamentals of programming multiple threads accessing shared memory

* Explore mainstream concurrent data structures and the key elements of their design, as well as synchronization techniques from simple locks to transactional memory systems

* Visit the companion site and download source code, example Java programs, and materials to support and enhance the learning experience