Embarrassingly parallel: Difference between revisions

Content deleted Content added
Examples: adding a reference
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Citation needed}}
Line 35:
* Distributed relational database queries using [http://www.mysqlperformanceblog.com/2011/05/14/distributed-set-processing-with-shard-query/ distributed set processing].
* [[Numerical integration]]<ref name="Deng2013">{{cite book|author=Yuefan Deng|title=Applied Parallel Computing|url=https://books.google.com/books?id=YS9wvVeWrXgC&printsec=frontcover#v=onepage&q=%22embarrassingly%20parallel%22&f=false|year=2013|publisher=World Scientific|isbn=978-981-4307-60-4}}</ref>
* Serving static files on a webserver to multiple users at once.{{citation needed|date=June 2019}}
* The [[Mandelbrot set]], [[Perlin noise]] and similar images, where each point is calculated independently.
* [[Rendering (computer graphics)|Rendering]] of [[computer graphics]]. In [[computer animation]], each [[video frame|frame]] or pixel may be rendered independently (see [[parallel rendering]]).