C++ Concurrency in Action 在線電子書 圖書標籤: C++ Concurrency 並行 編程 並發 C/C++ 多綫程 計算機
發表於2025-04-26
C++ Concurrency in Action 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025
關於lock-free算法部分頗為醒腦, 但實際跑起來效率不佳. 所缺者, 純講語言, 無實際程序作根底. 書中例子不少並無編譯器實現, 隻能紙上談談. 另, 作者好像還在賣多綫程庫, 和書價格差不多.
評分之前有一個2010年版的,現在卻來瞭2012年版的,怎麼迴事?C++ 11標準都齣來瞭,這裏還在談論C++ 0x嗎???。。。哦,原來內容已經根據C++ 11更新過瞭
評分地鐵讀書係列第二本...原子操作看的想哭,不過還是學到瞭不少東西。爭取在項目重構的時候改改並發。
評分memory model 部分還是半知半懂
評分幾年前讀過一半,感覺還可以,後續可以直接讀第二版瞭。
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++领域,多线程的书籍很少。毕竟多线程对于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...
評分《C++ Concurrency in Action》这本书要是按照中国出版社的风格,估计会翻译成《C++并发编程实战》,其作者本身就是多线程编程方面的专家,所以这本书的权威性毋庸置疑。 本书的特点如下: 1、作者所说的并发,在本书中实际体现为多线程; 2、使用C++11的thread库进行讲解,具...
評分内容涉及到c++ 0x的 thread lib 以及新的内存模型,另外也有相当篇幅谈C++的并行程序(主要是多线程)如何设计。老实说,写的我觉得并不算通俗易懂,当然毕竟这一块也不是特别容易解释。 但是毕竟这是第一本介绍0x多线程设计的书籍,顺带还有关于内存模型的讲解,所以很难得。C++...
C++ Concurrency in Action 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025