Software Transactional Memory
Ryan RayUtpal Ray
Broschiertes Buch

Software Transactional Memory

An Alternative To Locks

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
The past few years have marked the start of a historic transition from sequential to parallel computation. The necessity to write parallel programs is increasing as systems are getting more complex while processor speed increases are slowing down. Current parallel programming uses low-level programming constructs like threads and explicit synchronization mechanisms like locks to coordinate thread execution which makes the programs difficult to design, program and debug. Software Transactional Memory (STM) is a promising new approach to programming shared-memory parallel processors. It is a con...