图书标签: C++ Concurrency 并行 编程 并发 C/C++ 多线程 计算机
发表于2024-12-23
C++ Concurrency in Action pdf epub mobi txt 电子书 下载 2024
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
赶在第二版出来之前刷掉这本。果然大家也是卡在memory order这块。
评分看了个大概,细节的以后再说。。
评分比较新的一本书...讲C++0x标准库thread,亮点是atomic variable
评分书是好书,基础大补,但是太不接地气,全篇下来给人一种缺乏站在工程视角只顾自high的感觉(过于 doctrinal ?);比如lock-based design涉及的部分太少了,而部分内容的叙述过于勉强,比如后面在 advanced thread management 里强行展示如何 interrupt a thread (with exception-safety)简直看的人菊花一紧....本身 multithreading 就是极具心智负担的东西,过于强调技巧不见得是好事。最好能结合一些工程实践上的guidelines,免得走偏了回不来
评分蛋疼,这书应该多画点图的
有侠义之士提供了电子版 https://pan.baidu.com/s/1qX8j7bA 各位可以预览一下再作判断 翻译不及格 这不是英语能力问题 而是中文表达问题, 或根本就是语言问题 至于差到什么程度 是否值得浪费金钱购买 是否值得浪费时间生命去阅读(结果还读不懂) 大家可以自行下载预览一下 心...
评分C++领域,多线程的书籍很少。毕竟多线程对于C++来说是属于语言之外的东西,linux上是pthread,windows上则由win32API或.net framework提供。0x标准(现在是11了)纳入了线程后,线程变为语言的一部分,这就是这本书要说的东西。 内容是比较丰富,除了标准外,还有一些基本的多...
评分最新问题,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...
评分最新问题,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...
评分这几个翻译的作者,全部来自同一家银行,真是太巧了。 研究.Net的,来翻译我大c++你是什么意思? 网络工程师?你写代码的吗,是不是专门部署网络的,你敢来翻译这本书? 2010年毕业4年的你敢过来翻译多线程? 测试工程师你有资格你看得懂这本书? 书理解起来本身就不容易,出版...
C++ Concurrency in Action pdf epub mobi txt 电子书 下载 2024