The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书


The Art of Multiprocessor Programming, Revised Reprint

简体网页||繁体网页

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书 著者简介


The Art of Multiprocessor Programming, Revised Reprint 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-11-14

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书



喜欢 The Art of Multiprocessor Programming, Revised Reprint 电子书 的读者还喜欢


The Art of Multiprocessor Programming, Revised Reprint 电子书 读后感

评分

深入学习一个领域最好的方法就是读这个领域权威人物写的教材,最好是每章后面带有chapter notes的那种,共享内存并发同步领域的The Art of Multiprocessor Programming这本书就是如此,作者M. Herlihy本身就提出了并发同步相关的很多重要理论和方法。全书以一致的风格介绍领域...  

评分

现在在读这本书, 已经看了ch.1-5, ch.8--10, 有了一点发言权,谈谈自己的看法。 首先,这本书挺对不起书名的,其中的错误挺多的,有些证明挺不严密的。例如, ch.2 中关于mutual exclusion 的证明,其隐含的前提没有指出,读起来很费解; ch.8 中的关于read-write lock 代码...  

评分

极好的书,详尽的讲解了多线程的知识。可是,可是。我对翻译的要求不高,可是他自己可没有读懂就算了,还到处是错别字。 主要是多线程的理论知识,解释了很多背后的方法,还有各种手段。 但此书极好,相见恨晚,恨不得自己翻译一把。  

评分

TL;DR 在看这书之前,我以为这书会讲多核结构啊缓存一致性啊一类的东西,再不济讲一下各种 concurrency model 啥的,结果看完前几章后我又扫了一下目录,这才发现坑爹了。 这书的关键词是锁(locking),是的,你没看错,就是锁,而且还是用户态的锁。 以锁为核心,这书可以分...  

评分

现在在读这本书, 已经看了ch.1-5, ch.8--10, 有了一点发言权,谈谈自己的看法。 首先,这本书挺对不起书名的,其中的错误挺多的,有些证明挺不严密的。例如, ch.2 中关于mutual exclusion 的证明,其隐含的前提没有指出,读起来很费解; ch.8 中的关于read-write lock 代码...  

类似图书 点击查看全场最低价
出版者:Morgan Kaufmann
作者:Maurice Herlihy
出品人:
页数:536
译者:
出版时间:2012-6-5
价格:USD 74.95
装帧:Paperback
isbn号码:9780123973375
丛书系列:

图书标签: concurrency  parallel_programming  并行  编程  Parallel  计算机  Programming  阿男   


The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书 图书描述

Revised and updated with improvements conceived in parallel programming courses, "The Art of Multiprocessor Programming" is an authoritative guide to multicore programming. It introduces a higher level set of software development skills than that needed for efficient single-core programming. This book provides comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming. Students and professionals alike will benefit from thorough coverage of key multiprocessor programming issues. This revised edition incorporates much-demanded updates throughout the book, based on feedback and corrections reported from classrooms since 2008. It helps you to learn the fundamentals of programming multiple threads accessing shared memory. It lets you explore mainstream concurrent data structures and the key elements of their design, as well as synchronization techniques from simple locks to transactional memory systems. You can visit the companion site and download source code, example Java programs, and materials to support and enhance the learning experience.

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 用户评价

评分

小错不少,但确实是领域内最优秀的书之一了,前半部分是OS的小小延续,后面从理论到具体的算法实现,把多线程前提下的数据结构从锁全部,到锁部分,再倒实现lock-free,再到wait-free。循序渐进的编写方式,让我在读的时候常常有卧槽卧槽的感觉:原来锁在多线程环境下是很低效的一种方式,wait-free才是各种数据结构的终极目标啊。感谢老师,感谢这本书让我长了很多见识!

评分

小错不少,但确实是领域内最优秀的书之一了,前半部分是OS的小小延续,后面从理论到具体的算法实现,把多线程前提下的数据结构从锁全部,到锁部分,再倒实现lock-free,再到wait-free。循序渐进的编写方式,让我在读的时候常常有卧槽卧槽的感觉:原来锁在多线程环境下是很低效的一种方式,wait-free才是各种数据结构的终极目标啊。感谢老师,感谢这本书让我长了很多见识!

评分

一点都看不出哪里 Art

评分

小错不少,但确实是领域内最优秀的书之一了,前半部分是OS的小小延续,后面从理论到具体的算法实现,把多线程前提下的数据结构从锁全部,到锁部分,再倒实现lock-free,再到wait-free。循序渐进的编写方式,让我在读的时候常常有卧槽卧槽的感觉:原来锁在多线程环境下是很低效的一种方式,wait-free才是各种数据结构的终极目标啊。感谢老师,感谢这本书让我长了很多见识!

评分

一点都看不出哪里 Art

The Art of Multiprocessor Programming, Revised Reprint 2024 pdf epub mobi 电子书


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有