When Parallel: Pull, Don't Push
https://nullprogram.com/blog/2020/04/30/ [nullprogram.com]
2020-05-01 04:54
I’ve noticed a small pattern across a few of my projects where I had vectorized and parallelized some code. The original algorithm had a “push” approach, the optimized version instead took a “pull” approach. In this article I’ll describe what I mean, though it’s mostly just so I can show off some pretty videos, pictures, and demos.