• SorteKanin@feddit.dk
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    I wish people would focus less on the performance. Performance is the least interesting aspect of Rust.

    • snaggen@programming.devOP
      link
      fedilink
      arrow-up
      3
      ·
      6 months ago

      I agree. I have written server software my entire career, and the need for performance is a corner case in my experience. The never crash in runtime aspect of rust should get much more attention (I know it can panic, but that really never happens in practice unless you use unwrap or smilar).