Skip to content

Commit 6ce866a

Browse files
committed
ReadMe
1 parent 2d01bf7 commit 6ce866a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

第一章/ReadMe.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
##Contextualizing Parallel, Concurrent, and Distributed Programming
1+
##Contextualizing Parallel, Concurrent, and Distributed Programming
2+
3+
- 并行、并发分布式编程对比分析
4+
- 为什么使用并行编程
5+
- 探索并行化的几种方式
6+
- 并行编程间的通信
7+
* 理解状态共享
8+
* 理解消息传递
9+
- 识别并行编程的问题
10+
* 死锁
11+
* 饥饿
12+
* 竞态条件
13+
- 发现Python并行编程的工具
14+
- Python线程模块
15+
- Python多进程模块
16+
- Python并行模块
17+
- Celery-一个分布式任务队列
18+
- 小心PythonGIL
19+
- 总结
20+

0 commit comments

Comments
 (0)