|
|
|
|
|
by mmstick
3113 days ago
|
|
He's referring to how the language and it's ecosystem will evolve from this point forward in comparison to the C++ ecosystem. In addition, the programs that are there should be just fine. There is a lot of room for advancing the Rust compiler to generate more efficient routines from the same code. The Rust compiler, after all, is not taking full advantage of all of the available compiler information. A significant volume of information is simply discarded at the moment. C++ compilers don't have the same degree of headroom for possible future optimizations. |
|
I know; that was not what the comment he replied to was referring to.
The comment he replied to was referring to the actual much better performance of one of those C++ benchmarks game programs, contributed just 6 weeks ago.