File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -162,4 +162,15 @@ debugging linking in the compiler you might set
162
162
` RUST_LOG=rustc::metadata::creader,rustc::util::filesearch,rustc::back::rpath `
163
163
For a full description see [ the logging crate] [ 1 ] .
164
164
165
+ ## How fast is Rust?
166
+
167
+ As always, this question is difficult to answer. There's still a lot of work to
168
+ do on speed, and depending on what you're benchmarking, Rust has variable
169
+ performance.
170
+
171
+ That said, it is an explicit goal of Rust to be as fast as C++ for most things.
172
+ Language decisions are made with performance in mind, and we want Rust to be as
173
+ fast as possible. Given that Rust is built on top of LLVM, any performance
174
+ improvements in it also help us be faster.
175
+
165
176
[ 1 ] :log/index.html
You can’t perform that action at this time.
0 commit comments