Safety vs Performance. A case study of C, C++ and Rust sort implementations.
Safety vs Performance. A case study of C, C++ and Rust sort implementations.
github.com /Voultapher/sort-research-rs/blob/main/writeup/sort_safety/text.md
3
comments
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.
7 0 ReplyI can't believe that the std C++ implementations performance is this bad!
6 0 ReplyHappy to see Rust’s standard library near the top in performance. It’s nice to have a good implementation out of the box.
4 0 Reply