Post images that are useful on Jow Forums.
Useful Jow Forums images
Other urls found in this thread:
en.wikipedia.org
youtube.com
twitter.com
>all workloads scale perfectly
This makes my eye twitch every time I see it because it gives people a massively skewed idea of how much programs can actually benefit from parallelism; some tasks are inherently serial (each step relies on the result of the last step so they can't be split up) and in other cases the overhead from synchronizing threads actually makes it slower than a single-threaded program that does the same thing
making a burger is paralel tho
the bread and lettuce dont come out from the same place as the meat
Assembling the burger is not parallel. Gathering the materials is not parallel. The only parallel part is grilling.
very useful