- 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.
推薦閱讀
- Learning C++ Functional Programming
- PHP+MySQL網站開發技術項目式教程(第2版)
- Scratch真好玩:教小孩學編程
- JavaScript by Example
- 編程數學
- Python深度學習原理、算法與案例
- Mastering Web Application Development with AngularJS
- Mastering ArcGIS Enterprise Administration
- App Inventor 2 Essentials
- Android Game Programming by Example
- 深入淺出Python數據分析
- Microsoft HoloLens By Example
- 用Go語言自制編譯器
- Eclipse開發(學習筆記)
- Kotlin入門與實戰