发表于2025-04-05
C++ Concurrency in Action 2025 pdf epub mobi 电子书
英文原版是不可多得的好书,评分低是中文版翻译的渣。 如果愿意花时间把原版硬啃下来,并且切实在代码上实践,辅以工业级库(比如boost,std,folly)的源码学习的话,真的能学到太多太多了。 本书作者是大名鼎鼎的boost库并发的作者,呼应系列名《In Action》。全书围绕真实...
评分作者, 同时也是boost::thread库的(前)作者, 实力碉堡, 你甚至可以在stackoverflow上看到他回答的问题. 看到有书评说C++0x的concurrency的书, 但实际上没有C++0x的语言特性, 新的thread库也能work的很好. 甚至说跳出C++, 光memory model, lock-free, CPU cache line optimizat...
评分C++领域,多线程的书籍很少。毕竟多线程对于C++来说是属于语言之外的东西,linux上是pthread,windows上则由win32API或.net framework提供。0x标准(现在是11了)纳入了线程后,线程变为语言的一部分,这就是这本书要说的东西。 内容是比较丰富,除了标准外,还有一些基本的多...
评分 评分这本书是第一本也是唯一一本专门讨论C++多线程的书籍。它内容由浅入深,讲解全面。书中的例子也很有代表性,但是部分代码确实有错误,在阅读时需要仔细的推敲。锁的粒度越大,性能越低,但不容易出错,代码也好理解。最后归根结底,还是权衡问题。书中提到了使用层次锁避免死锁...
图书标签: C++ Concurrency 并行 编程 并发 C/C++ 多线程 计算机
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++0x标准库thread,亮点是atomic variable
评分关于lock-free算法部分颇为醒脑, 但实际跑起来效率不佳. 所缺者, 纯讲语言, 无实际程序作根底. 书中例子不少并无编译器实现, 只能纸上谈谈. 另, 作者好像还在卖多线程库, 和书价格差不多.
评分读了前三章,算是大致了解了下c++11的thread,写得还挺清楚的,有机会再把后面的读完吧。
评分应该是近期讲c++并发比较权威的书了。一些概念也印证了正在向函数式编程靠拢的趋势
评分读了前三章,算是大致了解了下c++11的thread,写得还挺清楚的,有机会再把后面的读完吧。
C++ Concurrency in Action 2025 pdf epub mobi 电子书