• 30p87@feddit.de
    link
    fedilink
    arrow-up
    3
    ·
    5 months ago

    It’s just weirdly noticeable when one rust program with ~150 lines of code, designed to connect to a specific device and send commands according to the intensity of music, takes longer to compile than updating a typical Arch testing setup after a month without maintenance, including the (non Rust) AUR packages.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      5 months ago

      Well, I’m not here to claim that Rust’s compile times aren’t comparatively long, especially for non-incremental builds. It’s a trade-off that was chosen to not need a runtime environment, nor be as simplistic/footgun as C.

      What I’m saying is that this trade-off was chosen and continues to be popular, because the vast majority of users will never notice (nor will programmers really, as they have incremental builds).
      Maybe you can download the fully built package from somewhere? Maybe Arch can package it in the proper repos?