Top 8 fastest programing languages in 2024.
youtube.com/shorts/Fm3iH1PPgMw

1. C++ or Assembly
2. Rust
3. Go
4. Java
5. Python
6. Swift
7. JavaScript
8. C#

in reply to Nanook

@nanook prolly wrong but so are you. ASM is only marginally (today) faster IF you bother to hand optimize it. Speed advantages for Asm, C, C++ and mostly any purely compiled language will depend on the compiler used and various setting options tweaked to be more optimal towards a given task. Abstraction is only slower in interpreted or VM runtime languages like Java or C#. Anything that outputs pure binary code that runs directly on the CPU is the same given the same compiler optimizations.