Hacker News new | ask | show | jobs
by adrianN 1118 days ago
C++ doesn't compile that much faster than Rust.
1 comments

Modern C++, I agree. C++98 is a lot faster to compile though, even the same code using the same standard library calls.
Having worked on a modestly sized C++98 codebase in the recent past, I don't think I agree. But of course it would need proper benchmarks.