What is the fastest language, Sup Forums, and why is it hte fastest
What is the fastest language, Sup Forums, and why is it hte fastest
c++
and why is it hte fastest
Anything that ends up as machine instructions e.g. asm. key is not having some abstraction layer between your codes logic and the cpu
c#
Machine language
That's like asking "What bear is best?"
It's a ridiculous question.
sometimes not.
A program can be faster written in C due to the compiler taking advantage of instructions that most programmers don't know how to use.
One without plosives even better one without constanant sounds at all.
in the non-trivial case, whatever compiled language enables you to write good code. in practice this depends on the use case and specific programmer.
black bears are the obvious best user.
Now that I think on it, maybe only plosives would be faster than making vowel sounds
assembly.
Lol everyone in this thread. Verilog, by a long shot.
correct for most things the compiler will optimize better than you ever could
>black bears
No, what SPECIFIC bear?
javascript
HolyC in Ring0, x86 paging BTFO!
Among high-level language is the C language is always the fastest. Smaller executables and faster run times.
Most likely Ruby.
Because it's fast.
Verilog is used to define circuits, and isn't some miracle low level language that's faster than asm.
bears, beets, battlestar galactica
Vhdl...!
C, because is as low as your selfesteem
Assembly. You can make it as fast as efficient as your skill allows. Just don't expect to make anything too large or complex with it.
Right now, C. The pedantic answer would be assembly ofcource.
C doesn't have abstractions and doesn't operate with a specific model in mind.
C++ however, almost always operates with the object oriented model in mind, and sees through most things that way. Even though both langs are equally fast in the seconds, in smaller time denominations C will always have the edge, however miniscule that may be.
Spanish , have you ever saw an angry latina ?
CPU microcode. Loading it into Rom is slow AF though.
your retarded, white bear a shit
Machine code
You could even say php is fast because you decided to build your own compiler for shits and giggles, doesn't matter because languages are as fast as its compiler
Brainlet question for a brainlet op
There is no corect answer because you can write bad code in every programming language.
Assuming no mistakes are made, the answer is ASM (no MicroShit ASM).
In real life usage, FORTRAN is the fastest number crunching language.
That's why it's used for top end numerical programming, such as climate models, meteorological models etc.
C
it's almost assembly and doesn't have all the extra crap from other languages which means not only is it fast, but the language itself is lean, making it easy to write, read and comprehend
assembly would be fastest of all, but it's not a 'language', it varies for hardware and the time it takes to write would outweigh the speed benefits in 99% of cases
Good abstractions can often be optimized to be faster
This.
PHP 7's very good