What is the fastest program performing language after C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the fastest program performing language after C++?

Thanks for answering!

25th Oct 2017, 2:08 PM
Isair Calhawk
Isair Calhawk - avatar
3 Answers
+ 4
C can be slightly faster than C++ when you are using templates / virtual functions, other than that not that much. Fortran can also be faster than C++ when doing heavy scientific computations. But the absolute fastest can be small portions of hand written Assembly for the native architecture. Performance really mostly boils down to the programmer in most cases. Using efficient algorithms, being CPU cache aware, and smart programming in general will make the biggest performance impacts.
25th Oct 2017, 3:12 PM
aklex
aklex - avatar
+ 3
after? you should ask before like, e.g., c, since cpp ain't the fastest.
25th Oct 2017, 2:34 PM
AutomatedpROCESSES
AutomatedpROCESSES - avatar
+ 2
I remember somebody told me that C++ is the fastest. Thanks for showing me the 'right way'
25th Oct 2017, 3:13 PM
Isair Calhawk
Isair Calhawk - avatar