Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Who? Me?! 2020-05-06 17:01:45 -05:00
parent 10c6b7a749
commit 40bb43d2d1
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ However, there are two blockers:
- There is a lot of lock contention, which actually degrades performance as the - There is a lot of lock contention, which actually degrades performance as the
number of threads increases beyond 4. number of threads increases beyond 4.
Here are some resources that can used to learn more (note that some of them are Here are some resources that can be used to learn more (note that some of them
a bit out of date): are a bit out of date):
- [This IRLO thread by Zoxc, when of the pioneers of the effort][irlo0] - [This IRLO thread by Zoxc, when of the pioneers of the effort][irlo0]
- [This list of interior mutability in the compiler by nikomatsakis][imlist] - [This list of interior mutability in the compiler by nikomatsakis][imlist]