The Art of Multiprocessor Programming, Revised Reprint pdf epub mobi txt 電子書 下載 2024


The Art of Multiprocessor Programming, Revised Reprint

簡體網頁||繁體網頁
Maurice Herlihy
Morgan Kaufmann
2012-6-5
536
USD 74.95
Paperback
9780123973375

圖書標籤: concurrency  parallel_programming  並行  編程  Parallel  計算機  Programming  阿男   


喜歡 The Art of Multiprocessor Programming, Revised Reprint 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-09-20

The Art of Multiprocessor Programming, Revised Reprint epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

The Art of Multiprocessor Programming, Revised Reprint epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

The Art of Multiprocessor Programming, Revised Reprint pdf epub mobi txt 電子書 下載 2024



圖書描述

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 下載 mobi epub pdf txt 電子書

著者簡介


圖書目錄


The Art of Multiprocessor Programming, Revised Reprint pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

小錯不少,但確實是領域內最優秀的書之一瞭,前半部分是OS的小小延續,後麵從理論到具體的算法實現,把多綫程前提下的數據結構從鎖全部,到鎖部分,再倒實現lock-free,再到wait-free。循序漸進的編寫方式,讓我在讀的時候常常有臥槽臥槽的感覺:原來鎖在多綫程環境下是很低效的一種方式,wait-free纔是各種數據結構的終極目標啊。感謝老師,感謝這本書讓我長瞭很多見識!

評分

小錯不少,但確實是領域內最優秀的書之一瞭,前半部分是OS的小小延續,後麵從理論到具體的算法實現,把多綫程前提下的數據結構從鎖全部,到鎖部分,再倒實現lock-free,再到wait-free。循序漸進的編寫方式,讓我在讀的時候常常有臥槽臥槽的感覺:原來鎖在多綫程環境下是很低效的一種方式,wait-free纔是各種數據結構的終極目標啊。感謝老師,感謝這本書讓我長瞭很多見識!

評分

小錯不少,但確實是領域內最優秀的書之一瞭,前半部分是OS的小小延續,後麵從理論到具體的算法實現,把多綫程前提下的數據結構從鎖全部,到鎖部分,再倒實現lock-free,再到wait-free。循序漸進的編寫方式,讓我在讀的時候常常有臥槽臥槽的感覺:原來鎖在多綫程環境下是很低效的一種方式,wait-free纔是各種數據結構的終極目標啊。感謝老師,感謝這本書讓我長瞭很多見識!

評分

小錯不少,但確實是領域內最優秀的書之一瞭,前半部分是OS的小小延續,後麵從理論到具體的算法實現,把多綫程前提下的數據結構從鎖全部,到鎖部分,再倒實現lock-free,再到wait-free。循序漸進的編寫方式,讓我在讀的時候常常有臥槽臥槽的感覺:原來鎖在多綫程環境下是很低效的一種方式,wait-free纔是各種數據結構的終極目標啊。感謝老師,感謝這本書讓我長瞭很多見識!

評分

一點都看不齣哪裏 Art

讀後感

評分

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

評分

This book is very new. I'm still wondering why the authors titled this book multeprocessors instead of much more eye-attractive multicore. Maybe they tought they are actually the same unsolved problems. Parallelization came from very specific domains like O...  

評分

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

評分

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

評分

This book is very new. I'm still wondering why the authors titled this book multeprocessors instead of much more eye-attractive multicore. Maybe they tought they are actually the same unsolved problems. Parallelization came from very specific domains like O...  

類似圖書 點擊查看全場最低價

The Art of Multiprocessor Programming, Revised Reprint pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有