Shared-Memory Synchronization: Synthesis Lectures on Computer Architecture
Autor Michael L. Scott, Trevor Brownen Limba Engleză Hardback – 31 ian 2024
This book offers a comprehensive survey of shared-memory synchronization, with an emphasis on “systems-level” issues. It includes sufficient coverage of architectural details to understand correctness and performance on modern multicore machines, and sufficient coverage of higher-level issues to understand how synchronization is embedded in modern programming languages.
The primary intended audience for this book is “systems programmers”—the authors of operating systems, library packages, language run-time systems, concurrent data structures, and server and utility programs. Much of the discussion should also be of interest to application programmers who want to make good use of the synchronization mechanisms available to them, and to computer architects who want to understand the ramifications of their design decisions on systems-level code.
Din seria Synthesis Lectures on Computer Architecture
- 18% Preț: 690.22 lei
- Preț: 436.78 lei
- Preț: 251.38 lei
- Preț: 397.73 lei
- Preț: 218.33 lei
- Preț: 373.93 lei
- Preț: 462.92 lei
- Preț: 340.52 lei
- Preț: 475.59 lei
- Preț: 255.10 lei
- Preț: 311.36 lei
- Preț: 250.65 lei
- Preț: 187.49 lei
- Preț: 433.20 lei
- Preț: 307.27 lei
- Preț: 432.62 lei
- Preț: 254.36 lei
- Preț: 402.35 lei
- Preț: 373.19 lei
- Preț: 468.65 lei
- Preț: 254.15 lei
- Preț: 333.86 lei
- Preț: 369.31 lei
- Preț: 250.28 lei
- Preț: 251.95 lei
- Preț: 185.28 lei
- Preț: 184.18 lei
- Preț: 198.43 lei
- Preț: 198.06 lei
- Preț: 197.87 lei
- Preț: 199.16 lei
- Preț: 251.01 lei
- Preț: 371.51 lei
- Preț: 252.12 lei
- Preț: 249.54 lei
- Preț: 251.01 lei
- Preț: 441.28 lei
- Preț: 251.58 lei
- Preț: 468.11 lei
- Preț: 202.52 lei
- Preț: 373.02 lei
- Preț: 431.52 lei
- Preț: 254.15 lei
- Preț: 252.68 lei
- Preț: 253.05 lei
- 20% Preț: 288.91 lei
- Preț: 251.01 lei
- Preț: 302.09 lei
Preț: 271.18 lei
Preț vechi: 338.98 lei
-20% Nou
Puncte Express: 407
Preț estimativ în valută:
51.90€ • 54.75$ • 43.37£
51.90€ • 54.75$ • 43.37£
Carte disponibilă
Livrare economică 10-24 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783031386831
ISBN-10: 3031386833
Pagini: 243
Ilustrații: XV, 243 p. 69 illus., 15 illus. in color.
Dimensiuni: 168 x 240 x 23 mm
Greutate: 0.59 kg
Ediția:2nd ed. 2024
Editura: Springer International Publishing
Colecția Springer
Seria Synthesis Lectures on Computer Architecture
Locul publicării:Cham, Switzerland
ISBN-10: 3031386833
Pagini: 243
Ilustrații: XV, 243 p. 69 illus., 15 illus. in color.
Dimensiuni: 168 x 240 x 23 mm
Greutate: 0.59 kg
Ediția:2nd ed. 2024
Editura: Springer International Publishing
Colecția Springer
Seria Synthesis Lectures on Computer Architecture
Locul publicării:Cham, Switzerland
Cuprins
1.Introduction.- 2.Architectural Background.- 3.Essential Theory.- 4.Practical Spin Locks.- 5.Busy-wait Synchronization with Conditions.- 6.Read-mostly Atomicity.- 7.Synchronization and Scheduling.- 8.Nonblocking Algorithms.- 9.Transactional Memory.
Notă biografică
MICHAEL L. SCOTT is the Arthur Gould Yates Professor of Engineering and Chair of the Department of Computer Science at the University of Rochester. He received his Ph.D. from the University of Wisconsin–Madison in 1985. His research interests span operating systems, languages, architecture, and tools, with a particular emphasis on parallel and distributed systems. He is best known for work in synchronization algorithms and concurrent data structures, in recognition of which he shared the 2006 SIGACT/SIGOPS Edsger W. Dijkstra Prize. His textbook on programming language design and implementation (Programming Language Pragmatics, fourth edition, Morgan Kaufmann, Dec. 2015) is a standard in the field. He served as General Chair of SOSP in 2003 and as Program Chair of TRANSACT’07, PPoPP ’08, and ASPLOS ’12. He was named a Fellow of the ACM in 2006, of the IEEE in 2010, and of the AAAS in 2021. At the University of Rochester, he received the Robert and Pamela Goergen Award for Distinguished Achievement and Artistry in Undergraduate Teaching in 2001, the Edmund A. Hajim School of Engineering Lifetime Achievement Award in 2018, and the William H. Riker University Award for Graduate Teaching in 2020.
Textul de pe ultima copertă
This book offers a comprehensive survey of shared-memory synchronization, with an emphasis on “systems-level” issues. It includes sufficient coverage of architectural details to understand correctness and performance on modern multicore machines, and sufficient coverage of higher-level issues to understand how synchronization is embedded in modern programming languages.
The primary intended audience for this book is “systems programmers”—the authors of operating systems, library packages, language run-time systems, concurrent data structures, and server and utility programs. Much of the discussion should also be of interest to application programmers who want to make good use of the synchronization mechanisms available to them, and to computer architects who want to understand the ramifications of their design decisions on systems-level code.
Caracteristici
Offers a comprehensive survey of shared-memory synchronization, with an emphasis on “systems-level” issues Includes sufficient coverage of architectural details to understand correctness and performance on modern multicores Enables programmers to understand how synchronization is embedded in modern programming languages