Skip to content

Commit 35aac8f

Browse files
---
yaml --- r: 127063 b: refs/heads/snap-stage3 c: ea92a5e h: refs/heads/master i: 127061: a880b97 127059: fe32364 127055: 3c3966d v: v3
1 parent 72066f8 commit 35aac8f

File tree

15 files changed

+139
-1280
lines changed

15 files changed

+139
-1280
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 7be8f0af0393dcdb077c2f6b1653836fd3fba235
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1b44c5b0ebb4231b6241226e1fbeb68d1c572a34
4+
refs/heads/snap-stage3: ea92a5e90a4a88d10dcdd5647dfb906aaecadd21
55
refs/heads/try: 502e4c045236682e9728539dc0d2b3d0b237f55c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/doc/complement-lang-faq.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,4 @@ 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-
176165
[1]:log/index.html

0 commit comments

Comments
 (0)