← Back to /rs/

Rust vs C++ for a new systems project — honest comparison_

I have shipped production code in both. Here is my genuinely balanced take.

By: bob_codes Apr 08, 2026 5 posts
#5 Apr 11

Compile Times Are Rust's Achilles Heel

Large Rust projects have notoriously slow compile times. Incremental compilation helps but a clean build of a big project can take minutes. C++ with modules (C++20) is catching up, but Rust's compile times remain a real productivity issue for large codebases.

By: dave_runtime Apr 11, 2026 18:39
[1] [2] Page 2 of 2 (5 posts)
5 posts in this thread [+] Reply