C++ Concurrency in Action 在线电子书 图书标签: C++ Concurrency 并行 编程 并发 C/C++ 多线程 计算机
发表于2025-01-31
C++ Concurrency in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
读了前三章,算是大致了解了下c++11的thread,写得还挺清楚的,有机会再把后面的读完吧。
评分赶在第二版出来之前刷掉这本。果然大家也是卡在memory order这块。
评分之前有一个2010年版的,现在却来了2012年版的,怎么回事?C++ 11标准都出来了,这里还在谈论C++ 0x吗???。。。哦,原来内容已经根据C++ 11更新过了
评分读了前三章,算是大致了解了下c++11的thread,写得还挺清楚的,有机会再把后面的读完吧。
评分几年前读过一半,感觉还可以,后续可以直接读第二版了。
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
《C++ Concurrency in Action》这本书要是按照中国出版社的风格,估计会翻译成《C++并发编程实战》,其作者本身就是多线程编程方面的专家,所以这本书的权威性毋庸置疑。 本书的特点如下: 1、作者所说的并发,在本书中实际体现为多线程; 2、使用C++11的thread库进行讲解,具...
评分有侠义之士提供了电子版 https://pan.baidu.com/s/1qX8j7bA 各位可以预览一下再作判断 翻译不及格 这不是英语能力问题 而是中文表达问题, 或根本就是语言问题 至于差到什么程度 是否值得浪费金钱购买 是否值得浪费时间生命去阅读(结果还读不懂) 大家可以自行下载预览一下 心...
评分这本书是第一本也是唯一一本专门讨论C++多线程的书籍。它内容由浅入深,讲解全面。书中的例子也很有代表性,但是部分代码确实有错误,在阅读时需要仔细的推敲。锁的粒度越大,性能越低,但不容易出错,代码也好理解。最后归根结底,还是权衡问题。书中提到了使用层次锁避免死锁...
评分最新问题,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++ Concurrency in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025