Hacker News new | ask | show | jobs
by winkeltripel 2309 days ago
> the wall clock time might be longer for parallel code

That is exactly the case, if CPU is the bottleneck in your already-parallel application. It's a case where we really shouldn't be layering different parallel bits together in one codebase, but might be doing it naively.