• morrowind
    link
    fedilink
    English
    arrow-up
    11
    ·
    8 months ago

    Random but why is “embarrassing” or similar adjectives so often used to describe a parallel program? What’s embarrassing about it?

    • Kichae@kbin.social
      link
      fedilink
      arrow-up
      14
      ·
      8 months ago

      “Embarrassingly parallelizable” is just the term for a process that can be perfectly paralleled.

        • xthexder@l.sw0.com
          link
          fedilink
          English
          arrow-up
          13
          ·
          8 months ago

          I think the usage implies it’s so easy to parallelize that any competent programmer should be embarrassed if they weren’t running it in parallel. Whereas many classes of problems can be extremely complex or impossible to parallelize, and running them sequentially would be perfectly acceptable.

        • dreugeworst
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 months ago

          It’s commonly used in some corners of computer science