Hacker News new | ask | show | jobs
by CyberDildonics 3518 days ago
Fork and join is one type of concurrency technique, but to think you wouldn't need anything else is silly. Non shared memory concurrency and pipelined concurrency are two more techniques that can be used.
1 comments

I was stating this in the context of ray tracing. Why not just use OpenMP and be done with it?
I answered that question. OpenMP fork-join concurrency can be useful for certain parts of a ray tracer depending on the overall architecture. It is far from the only way and can have many draw backs when it comes to overhead, synchronization and memory locality.