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
    ·
    4 months 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.ml
      hexagon
      ·
      4 months 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.