Cantitate/Preț
Produs

Shared-Memory Synchronization: Synthesis Lectures on Computer Architecture

Autor Michael L. Scott
en Limba Engleză Paperback – 13 iun 2013
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. 

Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 34052 lei  6-8 săpt.
  Springer International Publishing – 13 iun 2013 34052 lei  6-8 săpt.
  Morgan & Claypool – 31 mai 2013 40742 lei  6-8 săpt.

Din seria Synthesis Lectures on Computer Architecture

Preț: 34052 lei

Nou

Puncte Express: 511

Preț estimativ în valută:
6517 6874$ 5446£

Carte tipărită la comandă

Livrare economică 31 decembrie 24 - 14 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783031006128
ISBN-10: 3031006127
Ilustrații: XVIII, 206 p.
Dimensiuni: 191 x 235 mm
Greutate: 0.39 kg
Editura: Springer International Publishing
Colecția Springer
Seria Synthesis Lectures on Computer Architecture

Locul publicării:Cham, Switzerland

Cuprins

Introduction.- Architectural Background.- Essential Theory.- Practical Spin Locks.- Busy-wait Synchronization with Conditions.- Read-mostly Atomicity.- Synchronization and Scheduling.- Nonblocking Algorithms.- Transactional Memory.- Author's Biography.

Notă biografică

Michael L. Scott is a Professor and past 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. Other widely cited work has addressed parallel operating systems and file systems, software distributed shared memory, and energy-conscious operating systems and microarchitecture. His textbook on programming language design and implementation Programming Language Pragmatics, third edition, Morgan Kaufmann, Feb. 2009) is a standard in the field. In 2003 he served as General Chair for SOSP; more recently he has been Program Chair for TRANSACT07, PPoPP08, and ASPLOS12. He was named a Fellowof the ACM in 2006 and of the IEEE in 2010. In 2001 he received the University of Rochesters Robert and Pamela Goergen Award for Distinguished Achievement and Artistry in Undergraduate Teaching.