Cplusplus-Concurrency-In-Practice

所属分类:文章/文档
开发工具:C++
文件大小:333KB
下载次数:0
上传日期:2022-12-29 02:32:14
上 传 者sh-1993
说明:  A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
(A Detailed Cplusplus Concurrency Tutorial C++Concurrent Programming Guide )

文件列表:
LICENSE (1076, 2014-10-15)
Table-of-contents.md (9379, 2014-10-15)
code (0, 2014-10-15)
code\chapter1 (0, 2014-10-15)
code\chapter1\hello-world (0, 2014-10-15)
code\chapter1\hello-world\Makefile (242, 2014-10-15)
code\chapter1\hello-world\hello-world.cc (726, 2014-10-15)
images (0, 2014-10-15)
images\chapter1 (0, 2014-10-15)
images\chapter1\concurrent-vs-parallel.png (38786, 2014-10-15)
images\chapter1\intel-blog-concurrency.png (22459, 2014-10-15)
images\chapter1\intel-blog-parallel.png (11069, 2014-10-15)
images\chapter1\process-memory-layout.png (34922, 2014-10-15)
images\chapter1\program-memory-layout.png (76083, 2014-10-15)
images\chapter8 (0, 2014-10-15)
images\chapter8\its-lock-free.png (7327, 2014-10-15)
images\chapter8\lock-free-intro.png (21324, 2014-10-15)
images\chapter9 (0, 2014-10-15)
images\chapter9\object-layout.png (17026, 2014-10-15)
zh (0, 2014-10-15)
zh\appendix C++11 standards (0, 2014-10-15)
zh\appendix C++11 standards\C++11 C++ standard library changes.md (0, 2014-10-15)
zh\appendix C++11 standards\C++11 Core language build time performance enhancements.md (898, 2014-10-15)
zh\appendix C++11 standards\C++11 Core language functionality improvements.md (0, 2014-10-15)
zh\appendix C++11 standards\C++11 Core language runtime performance enhancements.md (14467, 2014-10-15)
zh\appendix C++11 standards\C++11 Core language usability enhancements.md (26189, 2014-10-15)
zh\appendix C++11 standards\web-resources.md (1061, 2014-10-15)
zh\chapter1-Introduction (0, 2014-10-15)
zh\chapter1-Introduction\1.1 What is concurrency.md (8999, 2014-10-15)
zh\chapter1-Introduction\Cplusplus-Concurrency-Introduction.md (3681, 2014-10-15)
zh\chapter1-Introduction\web-resources.md (7273, 2014-10-15)
zh\chapter10-Concurrent-Data-Structure (0, 2014-10-15)
zh\chapter10-Concurrent-Data-Structure\web-resources.md (0, 2014-10-15)
zh\chapter11-Application (0, 2014-10-15)
zh\chapter11-Application\11.1 Producer-Consumer-solution.md (18701, 2014-10-15)
... ...

# 本章导读 # 本章主要介绍 C++11 的内存模型,并结合前一章介绍的原子类型给出相应的实例。主要内容包括: - C++ 内存模型概述 - X86 CPU 处理器架构与存储一致性模型简介 - 内存序(Memory Order)与同步操作 - 原子类型操作中内存序(Memory Order)参数的选取与编程实例 - Lock-free 编程初探 ## 8.1 C++ 内存模型概述 ## ## 8.2 X86 CPU 处理器架构与常见的存储一致性模型简介 ## ## 8.3 内存序(Memory Order)与同步操作 ## 8.4 原子类型编程实例 ## ## 8.5 Lock-free 编程初探 ## ## [资料汇](https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial/blob/master/zh/chapter8-Memory-Model/web-resources.md) ##

近期下载者

相关文件


收藏者