Hacker News new | ask | show | jobs
by Symmetry 3355 days ago
You're talking about data parallelism, the OP is talking about task parallelism. Since in both cases things are occurring in parallel it makes sense to use 'parallelism' as an umbrella term for both and it was clear from context here that it was task parallelism under discussion.
1 comments

I am talking about both. You can have task parallelism in a distributed system with no shared memory, after all.