首页
社区
课程
招聘
[转帖]Concurrency with Modern C++
发表于: 2021-1-5 08:03 5570

[转帖]Concurrency with Modern C++

2021-1-5 08:03
5570

Concurrency with Modern C++

Description:


C++11 is the first C++ standard that deals with concurrency. The story goes on with C++17 and will continue with C++20/23.

I'll give you a detailed insight into the current and the upcoming concurrency in C++. This insight includes the theory and a lot of practice.

Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++.

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/23 we can hope for executors, extended futures, coroutines, transactions, and more.

This book explains you the details to concurrency in modern C++ and gives you, in addition, more than 100 running code examples . Therefore you can combine the theory with the practices and get the most of it.

https://mir.cr/1QI65DP7



[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 2
支持
分享
最新回复 (3)
雪    币: 2318
活跃值: (8730)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2

本地存档

上传的附件:
2021-1-5 21:20
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
FleTime 本地存档
2021-1-5 21:21
0
雪    币: 403
活跃值: (236)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
谢谢分享,正在找原版的,好跟翻译版本对照看。
2021-12-8 15:24
0
游客
登录 | 注册 方可回帖
返回
//