- 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
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Network Automation Cookbook
- HTML5游戲開發案例教程
- Learn Swift by Building Applications
- Elasticsearch Server(Third Edition)
- C語言程序設計教程
- Android系統原理及開發要點詳解
- MySQL從入門到精通(軟件開發視頻大講堂)
- 圖數據庫實戰
- CoffeeScript Application Development Cookbook
- Kotlin開發教程(全2冊)
- R語言數據可視化:科技圖表繪制
- Data Science Algorithms in a Week
- C++ System Programming Cookbook