The Art of Multiprocessor Programming

- 书名:The Art of Multiprocessor Programming
- 作者: MauriceHerlihy NirShavit
- 格式:PDF
- 时间:2024-06-29
- 评分:
- ISBN:9780123705914
As the computer industry changes from single-processor to multiprocessor architectures, this revolution requires a fundamental change in how programs are written. To leverage the performance and power of multiprocessor programming, also known as multicore programming, you need to learn the new principles, algorithms, and tools presented in this book. It includes fully-developed Java examples detailing data structures, synchronization techniques, transactional memory, and more. Prof. Maurice Herlihy, who coined the phrase "transactional memory," is on the faculty of Brown University. He is the recipient of the 2003 Dijkstra Prize in distributed computing. Prof. Nir Shavit is on the faculty of Tel-Aviv University and a member of the technical staff at Sun Microsystems Laboratories. In 2004 they shared the Gödel Prize, the highest award in theoretical computer science.
* THE book on multicore programming, the new paradigm of computer science
* Written by the world's most revered experts in multiprocessor programming and performance
* Includes examples, models, exercises, PowerPoint slides, and sample Java programs
- 上一篇: 信仰但不认同
- 下一篇: 刑法学(第六版·上下册)
-
lzto2014-10-20这本书是我们的课本。不知道为什么这么多人竟然说很好。个人感觉读过以后仍然一头雾水,不得不去翻翻原来的paper看,通过读由来的paper以后清楚很多。比如说第三章讲linearizable,就很不清楚。这本书只能当目录来看,里面有很多不详细的内容,还有很多错误的地方,都需要去翻翻paper才能明白。
-
红色有角F叔2014-05-05This notion of local spinning, where threads repeatly reread cached values instead of repeatedly using the bus, is an important principle critical to the design of efficeient spin locks.Here is a key observation: if some other thread aquires the lock between hte first and second step, then, most likely, there is high conteniton for that lock.the larger the number of unsuccessful tries, the higher the likely contention, and the longer the thread should back off .backing off is common to several locking algorithms.the BackoffLock is easy to implement, and typically performs significantly better than TASLock on many architectures.
-
红色有角F叔2014-05-05the TASLock performs very poorly, and the TTASLock performance, while substantially better, still falls far short of the ideal.
-
ligand2015-02-20For example, we might be unhappy if we deposit our paycheck on Monday, but the bank bounces our rent check the following Friday because it reordered our deposit after your withdrawal.
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版