[–]▶ a6ace5 (6) No.4597 >>4643 [Watch Thread][Show All Posts]
Is it snake oil garbage or is it really relevant?
What are some simple application that could be made better by using parallel computing or anything to play with OpenMP
____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ a6ace5 (6) No.4603
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ a6ace5 (6) No.4608
The reason I know that you're LARPing is because your uneducated mind is too small to detect instances of parallel computing (i.e. distributed computing) in the real world.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ a6ace5 (6) No.4609
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ a6ace5 (6) No.4620
Apply a map to an image. This is an awesome example of SIMD computing.
Anything that's isomorphic to the above example is also a good example, and there are a lot of those.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ a6ace5 (6) No.4643
>>4597 (OP)
This free CMU book will show you all the algorithms and data structures that can benefit from being run in parallel http://www.parallel-algorithms-book.com/ which is a ton of things
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ 413768 (1) No.5274
It's certainly not snake oil OP. With multi-core cpus if you don't program intentionally to take advantage of them, then you are leaving a metric shitton of perf on the table. This is currently the best book on the subject in general so I'm shilling it for now.
https://www.manning.com/books/c-plus-plus-concurrency-in-action-second-edition
>t. own this myself
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
▶ 0c50c1 (1) No.5382
how the hell is it snake oil? its insanely useful. never read the book in your image but parallelism and concurrency are important concepts to know
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.