C++ Concurrency in Action

C++ Concurrency in Action
ISBN-10
1638356351
ISBN-13
9781638356356
Category
Computers
Pages
592
Language
English
Published
2019-02-07
Publisher
Simon and Schuster
Author
Anthony Williams

Description

Summary 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

Other editions

Similar books

  • Mastering C++ Multithreading
    By Maya Posch

    Master multithreading and concurrent processing with C++ About This Book Delve into the fundamentals of multithreading and concurrency and find out how to implement them Explore atomic operations to optimize code performance Apply ...

  • Java Concurrency in Practice
    By Brian Goetz, Tim Peierls, Joshua Bloch

    This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing ...

  • C++ Crash Course: A Fast-Paced Introduction
    By Josh Lospinoso

    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 concepts, the C++ Standard Library, and the Boost Libraries.

  • A Tour of C++
    By Bjarne Stroustrup

    Bjarne Stroustrup. complex z = 1; // a complex number with double-precision floating-point scalars complex z2 {d1,d2}; complexz3 = {1,2}; // the = is optional with {... } vectorv {1,2,3,4,5,6}; // a vector ...

  • Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism
    By James Reinders

    Book explains how to maximize the benefits of Intel's new dual-core and multi-core processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems.

  • Functional Programming in C++
    By Ivan Cukic

    This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

  • C++ High Performance: Master the art of optimizing the functioning of your C++ code
    By Björn Andrist, Viktor Sehr, Ben Garney

    The book concludes with an overview of parallel algorithms. By the end of this book, you will have the ability to use every tool as needed to boost the efficiency of your C++ projects.

  • Programming with POSIX Threads
    By David R. Butenhof

    Here is a programmer's guide to using and programming POSIX threads, commonly known as Pthreads.

  • Clojure in Action
    By Amit Rathore

    It's no wonder that there are so many Clojure success stories. About the Book Clojure in Action, Second Edition is an expanded and improved version that's been updated to cover the new features of Clojure 1.6.

  • Go in Action
    By William Kennedy, Erik St. Martin, Brian Ketelsen

    About the Book Go in Action is for any intermediate-level developer who has experience with other programming languages and wants a jump-start in learning Go or a more thorough understanding of the language and its internals.