- Mastering Concurrency in Python
- Quan Nguyen
- 77字
- 2021-06-10 19:23:54
Embarrassingly parallel
A common example of an embarrassingly parallel program is the 3D video rendering handled by a graphics processing unit, where each frame or pixel can be processed with no interdependency. Password cracking is another embarrassingly parallel task that can easily be distributed on CPU cores. In a later chapter, we will tackle a number of similar problems, including image processing and web scraping, which can be made concurrent/parallel intuitively, resulting in significantly improved execution times.
推薦閱讀
- DevOps:軟件架構師行動指南
- Apache Oozie Essentials
- OpenDaylight Cookbook
- 解構產品經理:互聯網產品策劃入門寶典
- 三維圖形化C++趣味編程
- 利用Python進行數據分析(原書第3版)
- Python時間序列預測
- Apache Spark 2.x for Java Developers
- 學習正則表達式
- Visual C#通用范例開發金典
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Julia for Data Science
- Orleans:構建高性能分布式Actor服務
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)