• sus@programming.dev
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          2 years ago

          the “will linearly speedup anything [to the amount of parallel computation available]” claim is so stupid that I think it’s more likely they meant “only has a linear slowdown compared to a basic manual parallel implementation of the same algorithm”

      • porgamrer@programming.dev
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        2 years ago

        The github blurb says the language is comparable to general purpose languages like python and haskell.

        Perhaps unintentionally, this seems to imply that the language can speed up literally any algorithm linearly with core count, which is impossible.

        If it can automatically accelerate a program that has parallel data dependencies, that would also be a huge claim, but one that is at least theoretically possible.

        • Superb@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          6
          ·
          2 years ago

          If it can automatically accelerate a program that has parallel data dependencies, that would also be a huge claim, but one that is at least theoretically possible.

          You nailed it! That’s exactly what this is! Read through their README, and the paper attached. It’s very cool tech