▲ | fithisux 5 days ago | ||||||||||||||||||||||||||||
"Rust shines in new projects where safety is the priority, while C++ continues to dominate legacy systems and performance-critical domains." the truth | |||||||||||||||||||||||||||||
▲ | MBCook 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||
Hasn’t Rust been shown to be very fast, especially since it can elide a lot of safety checks that would otherwise be necessary to prevent bugs? On legacy code bases, sure. C++ rules in legacy C++ codebases. That’s kind of a given isn’t it? So that’s not a benefit. Just a fact. | |||||||||||||||||||||||||||||
▲ | charlieflowers 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
> "while C++ continues to dominate ... performance-critical domains" Why performance-critical domains? Does C++ have a performance edge over Rust? | |||||||||||||||||||||||||||||
|