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

[转帖]Concurrency with Modern C++

2021-1-5 08:03
5249

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



[CTF入门培训]顶尖高校博士及硕士团队亲授《30小时教你玩转CTF》,视频+靶场+题目!助力进入CTF世界

收藏
点赞2
打赏
分享
最新回复 (3)
雪    币: 2011
活跃值: (8355)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2DCoXrq 2021-1-5 21:20
2
0

本地存档

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