6 ms·
> Can you share any compiler benchmarks showing Rust compiles slower than C++? You got to do this yourself because YMMV My projects don't use many includes a
by ArrayBoundCheck 4y ago
> Can you share any compiler benchmarks showing Rust compiles slower than C++?
You got to do this yourself because YMMV
My projects don't use many includes and little templates. So C++ is more than 4x faster. I think in one case it was 10x faster but other people might claim I'm cheating because most people don't write code that way. If you often write template heavy code or need to include many large headers you'll get different results