Skip to content

Commit f2a1bdf

Browse files
committed
---
yaml --- r: 126271 b: refs/heads/try c: 25acfde h: refs/heads/master i: 126269: 2808816 126267: e694dd2 126263: 006bc90 126255: d8dc8d5 126239: 3c03aa2 126207: d3e12e8 v: v3
1 parent 378dd89 commit f2a1bdf

File tree

17 files changed

+150
-1283
lines changed

17 files changed

+150
-1283
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: 5bad333fec6577e9581b1925ec1d8f25ec65b9f0
5+
refs/heads/try: 25acfde39864304c902293328f3492871ad0cbc8
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: 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)