https://github.com/gama1903/cpp-concurrency-summary
C++11/14/17 multithreading programming
https://github.com/gama1903/cpp-concurrency-summary
concurrency cpp multithreading
Last synced: about 1 month ago
JSON representation
C++11/14/17 multithreading programming
- Host: GitHub
- URL: https://github.com/gama1903/cpp-concurrency-summary
- Owner: Gama1903
- Created: 2025-01-08T11:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T13:13:24.000Z (over 1 year ago)
- Last Synced: 2025-03-09T14:43:57.981Z (over 1 year ago)
- Topics: concurrency, cpp, multithreading
- Language: C++
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp Concurrency Summary
## 索引
1. 并发与多线程:[Concurrency](doc/concurrency.md)
2. 线程管理:[Managing threads](doc/managing_threads.md)
## 相关
1. C++ Concurrency in Action 2nd英文原版:https://livebook.manning.com/book/c-plus-plus-concurrency-in-action-second-edition
2. C++ Concurrency in Action 2nd中文翻译:https://github.com/xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019?tab=readme-ov-file
3. C++ Concurrency in Action 2nd中文笔记:https://github.com/downdemo/Cpp-Concurrency-in-Action-2ed
4. 高性能并行编程与优化课程:https://space.bilibili.com/263032155/lists/53025
5. 高性能并行编程与优化课程库:https://github.com/parallel101/course