- Distributed Computing with Python
- Francesco Pierfederici
- 90字
- 2021-07-09 19:30:13
Summary
We covered a lot of ground in this first chapter. We looked at parallelism and distributed computing. We saw some conceptual examples of both architectures and their pros and cons. We touched on their implications for memory access and noted that reality is oftentimes somewhere in between these two extremes. We finished the chapter by looking at Amdahl's law and its implications on scalability and the economics of throwing hardware at the problem. In the next chapters, we will put these concepts in practice and write some Python code!
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- JavaScript Unlocked
- 數據結構簡明教程(第2版)微課版
- MATLAB定量決策五大類問題
- Node.js全程實例
- Programming with CodeIgniterMVC
- Visual Basic 6.0程序設計實驗教程
- 從零開始學Python網絡爬蟲
- 超好玩的Scratch 3.5少兒編程
- Java EE輕量級解決方案:S2SH
- Blender 3D Cookbook
- Serverless工程實踐:從入門到進階
- MySQL從入門到精通