Skip to content

Commit 378dd89

Browse files
committed
---
yaml --- r: 126270 b: refs/heads/try c: 5bad333 h: refs/heads/master v: v3
1 parent 2808816 commit 378dd89

File tree

15 files changed

+1269
-128
lines changed

15 files changed

+1269
-128
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 795f6ae829ab1bfd72394a5da9096e2717ec0f62
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5-
refs/heads/try: 69267b1e1d42c4c00ce2c478be8d8088f7a75283
5+
refs/heads/try: 5bad333fec6577e9581b1925ec1d8f25ec65b9f0
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/complement-lang-faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,15 @@ debugging linking in the compiler you might set
162162
`RUST_LOG=rustc::metadata::creader,rustc::util::filesearch,rustc::back::rpath`
163163
For a full description see [the logging crate][1].
164164

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+
165176
[1]:log/index.html

0 commit comments

Comments
 (0)