Fix a broken link

This commit is contained in:
Takayuki Nakata 2020-08-04 22:21:19 +09:00 committed by Joshua Nelson
parent ec373ae12e
commit eb0522c4ac
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ There are a few basic ideas in this effort:
thread-safe. A key strategy here has been converting interior-mutable thread-safe. A key strategy here has been converting interior-mutable
data-structures (e.g. `Cell`) into their thread-safe siblings (e.g. `Mutex`). data-structures (e.g. `Cell`) into their thread-safe siblings (e.g. `Mutex`).
[`rayon`]: https://crates.io/rayon [`rayon`]: https://crates.io/crates/rayon
As of this writing, much of this effort is on hold due to lack of manpower. We As of this writing, much of this effort is on hold due to lack of manpower. We
have a working prototype with promising performance gains in many cases. have a working prototype with promising performance gains in many cases.