+ 5
What is the most fast programming language?
9 Answers
+ 13
for modern high level purposes where you don't have to waste as much time on lower level code: C++
+ 15
lightning thunder ?
+ 13
sonic the hedgehog
+ 8
assembly
+ 5
Current Race:
1st Place: C
2nd Place: C++
Meanwhile in the middle of a race here comes a fast dude that just came out.
1st Place: C
2nd Place: Rust
3rd Place: C++
Yes Rust is now faster than C++ but Rust is slower than plain C
+ 4
assembly - properly written can be very efficient during execution, but requires a lot of code to be written (compared to other languages)
+ 4
binary
+ 4
I believe C++ is sufficient enough. These days, the compilers have evolved to automate and optimize to get efficient object code.
+ 4
Machine code is fastest, but with today cpu complexity, no human could directly programs it without help of compiler and assembler.
So the best compiler performance is C compiler.