書名: Mastering Concurrency in Python作者名: Quan Nguyen本章字數: 59字更新時間: 2021-06-10 19:23:59
A quick example
Let's assume that we have a computer program, and the following applies to it:
- 40% of it is subject to parallelism, so B = 1 - 40% = 0.6
- Its parallelizable parts will be processed by four processors, so j = 4
Amdahl's Law states that the overall speedup of applying the improvement will be as follows:

推薦閱讀
- Spring Boot開發與測試實戰
- ThinkPHP 5實戰
- JavaScript高效圖形編程
- Dependency Injection in .NET Core 2.0
- Scratch 3.0少兒編程與邏輯思維訓練
- 零基礎學MQL:基于EA的自動化交易編程
- CouchDB and PHP Web Development Beginner’s Guide
- Python深度學習:模型、方法與實現
- Unity 2018 Augmented Reality Projects
- Learning Grunt
- Drupal Search Engine Optimization
- 安卓工程師教你玩轉Android
- Clojure Web Development Essentials
- Building Clouds with Windows Azure Pack
- C語言程序設計實驗指導與習題精解