Transactional Memory, Second Edition

Transactional Memory, Second Edition

AngličtinaMěkká vazbaTisk na objednávku
Harris, Tim
Springer, Berlin
EAN: 9783031006005
Tisk na objednávku
Předpokládané dodání v pondělí, 10. února 2025
1 053 Kč
Běžná cena: 1 170 Kč
Sleva 10 %
ks
Chcete tento titul ještě dnes?
knihkupectví Megabooks Praha Korunní
není dostupné
Librairie Francophone Praha Štěpánská
není dostupné
knihkupectví Megabooks Ostrava
není dostupné
knihkupectví Megabooks Olomouc
není dostupné
knihkupectví Megabooks Plzeň
není dostupné
knihkupectví Megabooks Brno
není dostupné
knihkupectví Megabooks Hradec Králové
není dostupné
knihkupectví Megabooks České Budějovice
není dostupné
knihkupectví Megabooks Liberec
není dostupné

Podrobné informace

The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. This approach, known as transactional memory, offers an alternative, and hopefully better, way to coordinate concurrent threads. The ACI (atomicity, consistency, isolation) properties of transactions provide a foundation to ensure that concurrent reads and writes of shared data do not produce inconsistent or incorrect results. At a higher level, a computation wrapped in a transaction executes atomically - either it completes successfully and commits its result in its entirety or it aborts. In addition, isolation ensures the transaction produces the same result as if no other transactions were executing concurrently. Although transactions are not a parallel programming panacea, they shift much of the burden of synchronizing and coordinating parallel computations from a programmer to a compiler, to a language runtime system, or to hardware. The challenge for the system implementers is to build an efficient transactional memory infrastructure. This book presents an overview of the state of the art in the design and implementation of transactional memory systems, as of early spring 2010. Table of Contents: Introduction / Basic Transactions / Building on Basic Transactions / Software Transactional Memory / Hardware-Supported Transactional Memory / Conclusions
EAN 9783031006005
ISBN 3031006003
Typ produktu Měkká vazba
Vydavatel Springer, Berlin
Datum vydání 2. června 2010
Stránky 247
Jazyk English
Rozměry 235 x 191
Země Switzerland
Sekce Professional & Scholarly
Autoři Harris, Tim; Larus James; Rajwar Ravi
Ilustrace XV, 247 p.
Edice 2. Aufl.
Série Synthesis Lectures on Computer Architecture