C++ Concurrency in Action 在線電子書 圖書標籤: C++ Concurrency 並行 編程 並發 C/C++ 多綫程 計算機
發表於2024-11-22
C++ Concurrency in Action 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024
作者是碉堡的, 寫書水平是點點點的. 從第五章memory model開始有讀paper的感覺, 各種semantics翻來覆去好多遍. 之後深入lock-free, 以及concurreny對多核CPU的影響是為本作之精華.
評分幾年前讀過一半,感覺還可以,後續可以直接讀第二版瞭。
評分作者是碉堡的, 寫書水平是點點點的. 從第五章memory model開始有讀paper的感覺, 各種semantics翻來覆去好多遍. 之後深入lock-free, 以及concurreny對多核CPU的影響是為本作之精華.
評分比較新的一本書...講C++0x標準庫thread,亮點是atomic variable
評分趕在第二版齣來之前刷掉這本。果然大傢也是卡在memory order這塊。
HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much greater level of abstraction, and make programming multi-threaded applications simpler and safer. As a guide and reference to the new concurrency features in the upcoming C++ Standard and TR2, this book is invaluable for existing programmers familiar with writing multi-threaded code in C++ using platform-specific APIs, or in other languages, as well as C++ programmers who have never written multithreaded code before. KEY POINTS * When and when not to use concurrency * Concurrency and multi-threading in C++ * Concurrency support in the New Standard * How to improve performance with concurrency * How to manage concurrency * Problems and solutions in sharing data * Synchronization and why we need it * Memory model details
这几个翻译的作者,全部来自同一家银行,真是太巧了。 研究.Net的,来翻译我大c++你是什么意思? 网络工程师?你写代码的吗,是不是专门部署网络的,你敢来翻译这本书? 2010年毕业4年的你敢过来翻译多线程? 测试工程师你有资格你看得懂这本书? 书理解起来本身就不容易,出版...
評分最新问题,chaper 6.2.3 find-grained queue,在wait_and_pop和push的同步上调用了condition variable,但是push方法因为notify的时候没有取得wait_and_pop方法的head-lock所以在特殊情况下会导致wait_and_pop方法永远等待下去。 这里是问题的描述 http://stackoverflow.com/ques...
評分C++领域,多线程的书籍很少。毕竟多线程对于C++来说是属于语言之外的东西,linux上是pthread,windows上则由win32API或.net framework提供。0x标准(现在是11了)纳入了线程后,线程变为语言的一部分,这就是这本书要说的东西。 内容是比较丰富,除了标准外,还有一些基本的多...
評分作者, 同时也是boost::thread库的(前)作者, 实力碉堡, 你甚至可以在stackoverflow上看到他回答的问题. 看到有书评说C++0x的concurrency的书, 但实际上没有C++0x的语言特性, 新的thread库也能work的很好. 甚至说跳出C++, 光memory model, lock-free, CPU cache line optimizat...
評分作者, 同时也是boost::thread库的(前)作者, 实力碉堡, 你甚至可以在stackoverflow上看到他回答的问题. 看到有书评说C++0x的concurrency的书, 但实际上没有C++0x的语言特性, 新的thread库也能work的很好. 甚至说跳出C++, 光memory model, lock-free, CPU cache line optimizat...
C++ Concurrency in Action 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024