- Mastering Concurrency in Python
- Quan Nguyen
- 115字
- 2021-06-10 19:23:58
Amdahl's Law
Often used in discussions revolving around concurrent programs, Amdahl's Law explains the theoretical speedup of the execution of a program that can be expected when using concurrency. In this chapter, we will discuss the concept of Amdahl's Law, and we will analyze its formula, which estimates the potential speedup of a program and replicates it in Python code. This chapter will also briefly cover the relationship between Amdahl's Law and the law of diminishing returns.
The following topics will be covered in this chapter:
- Amdahl's Law
- Amdahl's Law: its formula and interpretation
- The relationship between Amdahl's Law and the law of diminishing returns
- Simulation in Python, and the practical applications of Amdahl's Law
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- Monkey Game Development:Beginner's Guide
- Designing Hyper-V Solutions
- Building an RPG with Unity 2018
- 深入淺出Serverless:技術原理與應用實踐
- Oracle從入門到精通(第5版)
- Android開發:從0到1 (清華開發者書庫)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Mastering Backbone.js
- Frank Kane's Taming Big Data with Apache Spark and Python
- Java Fundamentals
- Python項目實戰從入門到精通
- Creating Data Stories with Tableau Public
- Learning Hadoop 2
- Getting Started with Nano Server