6 ms·
> Go fastest language with own compiler (ie not dependent to GCC/LLVM). C# is using CoreCLR/NativeAOT. Which does not use GCC or LLVM also. Its compiler is mo
by neonsunset 9mo ago
> Go fastest language with own compiler (ie not dependent to GCC/LLVM).
C# is using CoreCLR/NativeAOT. Which does not use GCC or LLVM also. Its compiler is more capable than that of Go.