|
|
|
|
|
by igouy
2397 days ago
|
|
> On average rust is 10% slower on the banchmarkgame If that claim was true … > gcc is in average 20% faster than clang and if that claim was true … then we might guess the rust programs average could be 10% faster than the C++ programs average, if both used the same compiler backend — because those rust programs were compiled with llvm but those c++ programs were compiled with gcc. |
|