19
Is Parallel Programming Hard, And, If So, What Can You Do About It? (new June 2023 release)
(mirrors.edge.kernel.org)
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
The other way that it is easy is turn on autoparallel and/or autovectorize on your C compiler. Then no problem. You of course have to write code that can be usefully parallelized and/or vectorized by the compiler. A lot of stuff can be.