Skip to content

Fix the report link #908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2020
Merged

Fix the report link #908

merged 1 commit into from
Oct 3, 2020

Conversation

JohnTitor
Copy link
Member

Fixes #906

I also couldn't find the paper on the website so let's use dl.acm.org's.

@@ -24,7 +24,7 @@ Rust, as well as publications about Rust.
* [Thread scheduling for multiprogramming multiprocessors](http://www.eecis.udel.edu/%7Ecavazos/cisc879-spring2008/papers/arora98thread.pdf)
* [The data locality of work stealing](http://www.aladdin.cs.cmu.edu/papers/pdfs/y2000/locality_spaa00.pdf)
* [Dynamic circular work stealing deque](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.170.1097&rep=rep1&type=pdf) - The Chase/Lev deque
* [Work-first and help-first scheduling policies for async-finish task parallelism](http://www.cs.rice.edu/%7Eyguo/pubs/PID824943.pdf) - More general than fully-strict work stealing
* [Work-first and help-first scheduling policies for async-finish task parallelism](https://dl.acm.org/doi/10.1109/IPDPS.2009.5161079) - More general than fully-strict work stealing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's no longer a link to the PDF :(

Copy link
Member Author

@JohnTitor JohnTitor Oct 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page has already the dl.acm.org's link as an alternative of the original (see #612) and I think it works as a reference at least (and we could back the link once we find the paper again).

@jyn514 jyn514 merged commit 1564232 into rust-lang:master Oct 3, 2020
@JohnTitor JohnTitor deleted the fix-report branch October 4, 2020 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken link to bibliography reference
3 participants