Hello, a lot of people say C# compile way faster than C++, and it's also my experience. However, for my essay I would need some kind of reliable bibliographic source to make this claim, and I'm having trouble finding any.
So if you know of any benchmark of C# compilation vs C++ compilation I'd be grateful.
Also, why exactly would C# compile so much faster? Because it only translates into IL? Because there are no header files to parse? No templates? Other reasons?
Question
Andre S. Veteran
Hello, a lot of people say C# compile way faster than C++, and it's also my experience. However, for my essay I would need some kind of reliable bibliographic source to make this claim, and I'm having trouble finding any.
So if you know of any benchmark of C# compilation vs C++ compilation I'd be grateful.
Also, why exactly would C# compile so much faster? Because it only translates into IL? Because there are no header files to parse? No templates? Other reasons?
Thanks.
Link to comment
https://www.neowin.net/forum/topic/691220-compilation-speed-c-vs-c/Share on other sites
6 answers to this question
Recommended Posts