New language promises to reduce compilation times by using all threads and gpu cores available on your machine. What’s your opinions on it so far?

  • JoYo@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    seems like gnu parallel with some build chain helpers. my problem is that if youre not already writing with gnu parallel or similar in mind then youre just added more complexity.

    • vfreire85@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      how do you compile code with gnu parallel? i mean, i’m really ignorant on parallel and at first glance it seemed that there’s no way of compiling separate chunks of code with it.

      • JoYo@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        blend seems like gnu parallel with some build chain helpers.