C++ Concurrency in Action - Anthony Williams

C++ Concurrency in Action

Anthony Williams

出版时间

2012-02-28

ISBN

9781933988771

评分

★★★★★
书籍介绍
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
精彩摘录
  • "undefined behavior is one of the nastiest corners of C++"
  • "don’t wait for another thread if there’s a chance it’s waiting for you"
用户评论
读了前三章,算是大致了解了下c++11的thread,写得还挺清楚的,有机会再把后面的读完吧。
地铁读书系列第二本...原子操作看的想哭,不过还是学到了不少东西。争取在项目重构的时候改改并发。
赞!期待会有下一版
我的能力不够。。
简单参考
有深度,有时候连例子都看不懂,但我一定会耐心读下来的
没读完,c++还是太啰嗦了
过了一遍。 C++11开发中确实很常用,但一些特性语法看上去确实很难懂,简直不像一门语言!
第一次读还是两年前,读完了前四章。最近又从头拿起来读,感觉写的通俗易懂(虽然第五章读了三遍才完全get到) 后面有机会读一下第二版
收藏