Safety vs Performance. A case study of C, C++ and Rust sort implementations. - eviltoast
  • robinm@programming.dev
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    That was a fantastic read. I’m both impressed by the stellar performance of C, and the stellar safety of Rust while keeping nealy best in class performances.

  • kornel@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Happy to see Rust’s standard library near the top in performance. It’s nice to have a good implementation out of the box.