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
    link
    fedilink
    English
    21 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
      11 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
        link
        fedilink
        English
        21 month ago

        blend seems like gnu parallel with some build chain helpers.