We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f5839 commit 95f4337Copy full SHA for 95f4337
src/getting-started.md
@@ -299,7 +299,11 @@ benchmarks on a compiler with your changes. The numbers are reported
299
[here][perf], and you can see a comparison of your changes against the latest
300
master.
301
302
+For a good introduction to the performance of Rust code in general,
303
+which would also be useful in rustc development, see [The Rust Performance Book].
304
+
305
[perf]: https://perf.rust-lang.org
306
+[The Rust Performance Book]: https://nnethercote.github.io/perf-book/
307
308
## Other Resources
309
0 commit comments