- Mastering Concurrency in Python
- Quan Nguyen
- 69字
- 2021-06-10 19:23:54
Not everything should be made concurrent
Not all programs are created equal: some can be made parallel or concurrent relatively easily, while others are inherently sequential, and thus cannot be executed concurrently, or in parallel. An extreme example of the former is embarrassingly parallel programs, which can be divided into different parallel tasks, between which there is little or no dependency or need for communication.
推薦閱讀
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 在最好的年紀學Python:小學生趣味編程
- HTML5 Mobile Development Cookbook
- Python網絡爬蟲從入門到實踐(第2版)
- Linux網絡程序設計:基于龍芯平臺
- 你必須知道的204個Visual C++開發問題
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- C程序設計實踐教程
- Learning Apache Karaf
- ArcGIS for Desktop Cookbook
- C++編程兵書
- Arduino Electronics Blueprints
- VMware vSphere Design Essentials
- Isomorphic Go