We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec373ae commit eb0522cCopy full SHA for eb0522c
src/parallel-rustc.md
@@ -18,7 +18,7 @@ There are a few basic ideas in this effort:
18
thread-safe. A key strategy here has been converting interior-mutable
19
data-structures (e.g. `Cell`) into their thread-safe siblings (e.g. `Mutex`).
20
21
-[`rayon`]: https://crates.io/rayon
+[`rayon`]: https://crates.io/crates/rayon
22
23
As of this writing, much of this effort is on hold due to lack of manpower. We
24
have a working prototype with promising performance gains in many cases.
0 commit comments