募捐 9月15日2024 – 10月1日2024 关于筹款

Concurrency with Modern C++ What every professional C++...

Concurrency with Modern C++ What every professional C++ programmer should know about concurrency.

Rainer Grimm
0 / 5.0
0 comments
你有多喜欢这本书?
下载文件的质量如何?
下载该书,以评价其质量
下载文件的质量如何?
(From the publisher's website)

This book explains the details of concurrency in modern C++ and gives you, also, nearly 200 running code examples. Therefore, you can combine the theory with the practices and get the most of it.

Because this book is about concurrency, I present many pitfalls and show you how to overcome them.

The
book is 100 % finished, but I will update it from time to time. The
next update is probably about C++23. Furthermore, I will start the
chapter on lock-free data structures.

C++11 and C++14 have the basic building blocks for creating concurrent or parallel programs.

- With C++17, we got the parallel algorithms of the
Standard Template Library (STL). That means, most of the algorithms of
the STL can be executed sequential, parallel, or vectorized.

- The concurrency story in C++ goes on. With C++20, we got coroutines, atomic smart pointers, semaphores, and latches and barriers.

- With C++23, we can hope for executors, extended futures, transactional memory, and more.

年:
2022
出版:
1
出版社:
leanpub
语言:
english
页:
727
文件:
PDF, 11.83 MB
IPFS:
CID , CID Blake2b
english, 2022
因版权方投诉,本书无法下载

Beware of he who would deny you access to information, for in his heart he dreams himself your master

Pravin Lal

关键词