C++ Concurrency in Action

C++ Concurrency in Action
Author :
Publisher : Simon and Schuster
Total Pages : 831
Release :
ISBN-10 : 9781638356356
ISBN-13 : 1638356351
Rating : 4/5 (56 Downloads)

Book Synopsis C++ Concurrency in Action by : Anthony Williams

Download or read book C++ Concurrency in Action written by Anthony Williams and published by Simon and Schuster. This book was released on 2019-02-07 with total page 831 pages. Available in PDF, EPUB and Kindle. Book excerpt: "This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State University This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You choose C++ when your applications need to run fast. Well-designed concurrency makes them go even faster. C++ 17 delivers strong support for the multithreaded, multiprocessor programming required for fast graphic processing, machine learning, and other performance-sensitive tasks. This exceptional book unpacks the features, patterns, and best practices of production-grade C++ concurrency. About the Book C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every chapter, including insights that will delight even the most experienced developer. What's inside Full coverage of new C++ 17 features Starting and managing threads Synchronizing concurrent operations Designing concurrent code Debugging multithreaded applications About the Reader Written for intermediate C and C++ developers. No prior experience with concurrency required. About the Author Anthony Williams has been an active member of the BSI C++ Panel since 2001 and is the developer of the just::thread Pro extensions to the C++ 11 thread library. Table of Contents Hello, world of concurrency in C++! Managing threads Sharing data between threads Synchronizing concurrent operations The C++ memory model and operations on atomic types Designing lock-based concurrent data structures Designing lock-free concurrent data structures Designing concurrent code Advanced thread management Parallel algorithms Testing and debugging multithreaded applications


C++ Concurrency in Action Related Books

C++ Concurrency in Action
Language: en
Pages: 831
Authors: Anthony Williams
Categories: Computers
Type: BOOK - Published: 2019-02-07 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

"This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State University This bestseller has bee
C++ Concurrency in Action
Language: en
Pages: 506
Authors: Anthony Williams
Categories: Computers
Type: BOOK - Published: 2012 - Publisher: Manning Publications

DOWNLOAD EBOOK

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
Java Concurrency in Practice
Language: en
Pages: 428
Authors: Tim Peierls
Categories: Computers
Type: BOOK - Published: 2006-05-09 - Publisher: Pearson Education

DOWNLOAD EBOOK

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-
Concurrency in .NET
Language: en
Pages: 852
Authors: Riccardo Terrell
Categories: Computers
Type: BOOK - Published: 2018-06-05 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Concurrency in .NET teaches you how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is ai
C++ Crash Course
Language: en
Pages: 793
Authors: Josh Lospinoso
Categories: Computers
Type: BOOK - Published: 2019-09-24 - Publisher: No Starch Press

DOWNLOAD EBOOK

A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language