- 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.
推薦閱讀
- Building a Game with Unity and Blender
- WebAssembly實戰
- NativeScript for Angular Mobile Development
- Bulma必知必會
- Hands-On JavaScript High Performance
- Java EE 7 Development with NetBeans 8
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Instant Lucene.NET
- C語言程序設計
- 一本書講透Java線程:原理與實踐
- 小型編譯器設計實踐
- Fast Data Processing with Spark(Second Edition)
- 貫通Tomcat開發
- Java Web動態網站開發(第2版·微課版)
- HTML5程序設計基礎教程