Know your tools: speed comparison between C++ compilers
As compilers continuously evolve, developers have new expectations on compilation speed, generated code performance and standards compliance.
Slashdot has published their own benchmarks that pit Intel C++, G++ and LLVM Clang against each other. The benchmark is tailored to modern C++ development needs and involves code using both the TBB and the Cilk Plus parallel processing libraries. Quite a bit of template heavy metaprogramming code has also been included to test the compilation time performance. In total, over 6000 lines of code have been fed to each compiler.
The results? They might just surprise you. Read all about them here.
Source: slashdot.org
Leave a Reply
You must be logged in to post a comment.