- 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.
推薦閱讀
- WildFly:New Features
- Mastering Visual Studio 2017
- Java程序設計(慕課版)
- Mobile Application Development:JavaScript Frameworks
- Learning C++ Functional Programming
- R語言游戲數據分析與挖掘
- Mastering PHP Design Patterns
- Windows Server 2012 Unified Remote Access Planning and Deployment
- 算法訓練營:提高篇(全彩版)
- Scala程序員面試算法寶典
- Getting Started with LLVM Core Libraries
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- GameMaker Essentials
- Couchbase Essentials
- 從零開始學Selenium自動化測試:基于Python:視頻教學版