C++ Concurrency in Action 在线电子书 图书标签: C++ concurrency 并发编程 C/C++ 并发 计算机 编程 并行
发表于2025-03-06
C++ Concurrency in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
Anthony Williams is a UK-based developer and consultant with many years experience in C++. He has been an active member of the BSI C++ Standards Panel since 2001, and is author or coauthor of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the new C++ Standard, known as C++11 or C++0x. He has been the maintainer of the Boost Thread library since 2006, and is the developer of the just::thread implementation of the C++11 thread library from Just Software Solutions Ltd. Anthony lives in the far west of Cornwall, England.
C++ 11 delivered strong support for multithreaded applications, and the subsequent C++14 and 17 updates have built on this baseline. C++ has better options for concurrency than ever before, which means it's an incredibly powerful option for multicore and parallel applications.
作者, 同时也是boost::thread库的(前)作者, 实力碉堡, 你甚至可以在stackoverflow上看到他回答的问题. 看到有书评说C++0x的concurrency的书, 但实际上没有C++0x的语言特性, 新的thread库也能work的很好. 甚至说跳出C++, 光memory model, lock-free, CPU cache line optimizat...
评分这本书是我见过翻译的技术书以来,最差的一本!真的是最差的,我买过的翻译的书可以大致说一下:学习opencv, shell, Unix高级环境编程, C++ primer, java编程思想等,书名可能有点偏差。 如果用一个数据来表示还原原书的程度的话,Unix高级环境编程是95%,shell是90%,学习...
评分《C++ Concurrency in Action》这本书要是按照中国出版社的风格,估计会翻译成《C++并发编程实战》,其作者本身就是多线程编程方面的专家,所以这本书的权威性毋庸置疑。 本书的特点如下: 1、作者所说的并发,在本书中实际体现为多线程; 2、使用C++11的thread库进行讲解,具...
评分难得买一次中文版的书,买来也没一直没翻,今天看到这本书在亚马逊上被直接打了2个一星,赶紧翻了一下,发现直接进坑了。 下面是随便翻出来的问题: 第22页/23页/53页,movable、copyable这两个词在不同的地方作为括注出现了三次!一般作为括注的词都是一些容易引起歧义,或...
评分最新问题,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