|
|
|
|
|
by dralley
461 days ago
|
|
No - unless the rationale was taking better advantage of multithreading, which Rust does make easier. But that's at least partially a maintainability argument, not just a performance one. Rust can make achieving higher levels of performance easier and less risky than doing so in C or C++ would have, but you do still have to work for it a little, it's not going to be magically faster. |
|