|
|
|
|
|
by _ph_
2220 days ago
|
|
Yes, they do exist. The safety of Rust comes from the compiler (which takes its time), not from run-time checks. For certain style of code, the JVM is actually faster than C++. You also have to consider, that a lot of things you do in a C++ program to make it safer add up performance costs. |
|
I find this very hard to believe.