图书标签: C++ Concurrency 并行 编程 并发 C/C++ 多线程 计算机
发表于2024-09-05
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
地铁读书系列第二本...原子操作看的想哭,不过还是学到了不少东西。争取在项目重构的时候改改并发。
评分几年前读过一半,感觉还可以,后续可以直接读第二版了。
评分关于lock-free算法部分颇为醒脑, 但实际跑起来效率不佳. 所缺者, 纯讲语言, 无实际程序作根底. 书中例子不少并无编译器实现, 只能纸上谈谈. 另, 作者好像还在卖多线程库, 和书价格差不多.
评分擦当时应该先看操作系统的。。
评分关于lock-free算法部分颇为醒脑, 但实际跑起来效率不佳. 所缺者, 纯讲语言, 无实际程序作根底. 书中例子不少并无编译器实现, 只能纸上谈谈. 另, 作者好像还在卖多线程库, 和书价格差不多.
《C++ Concurrency in Action》这本书要是按照中国出版社的风格,估计会翻译成《C++并发编程实战》,其作者本身就是多线程编程方面的专家,所以这本书的权威性毋庸置疑。 本书的特点如下: 1、作者所说的并发,在本书中实际体现为多线程; 2、使用C++11的thread库进行讲解,具...
评分有侠义之士提供了电子版 https://pan.baidu.com/s/1qX8j7bA 各位可以预览一下再作判断 翻译不及格 这不是英语能力问题 而是中文表达问题, 或根本就是语言问题 至于差到什么程度 是否值得浪费金钱购买 是否值得浪费时间生命去阅读(结果还读不懂) 大家可以自行下载预览一下 心...
评分这本书是我见过翻译的技术书以来,最差的一本!真的是最差的,我买过的翻译的书可以大致说一下:学习opencv, shell, Unix高级环境编程, C++ primer, java编程思想等,书名可能有点偏差。 如果用一个数据来表示还原原书的程度的话,Unix高级环境编程是95%,shell是90%,学习...
评分怀疑作者是不是专业编程人员。 50页可以搞定的东东,他非要写5百页。 到处 是一些不知所云的比喻,比如用两个人公用厨房来比喻多线程,(但是这个比喻就写了5页) 看了他的比喻本来懂多线程的人员,都会被搞糊涂的。 不明白豆瓣为什么还会有这么多人给高分。...
评分最新问题,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 epub mobi txt 电子书 下载 2024