Neuerscheinungen 2017Stand: 2020-02-01 |
Schnellsuche
ISBN/Stichwort/Autor
|
Herderstraße 10 10625 Berlin Tel.: 030 315 714 16 Fax 030 315 714 14 info@buchspektrum.de |
Anthony Williams
C++ Concurrency in Action
Practical Multithreading. Free E-Book Download
2017. XXII, 506 p. w. figs. 191 x 235 mm
Verlag/Jahr: MANNING 2017
ISBN: 1-933988-77-0 (1933988770)
Neue ISBN: 978-1-933988-77-1 (9781933988771)
Preis und Lieferzeit: Bitte klicken
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