Skip to content
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

drop extra::par #9380

Merged
merged 1 commit into from
Sep 21, 2013
Merged

drop extra::par #9380

merged 1 commit into from
Sep 21, 2013

Conversation

thestinger
Copy link
Contributor

This was a dead end experiment, and not a sensible way of implementing
generic data parallelism. This also removes the graph500-bfs.rs
benchmark because it relies on extra::par.

Closes #5626

This was a dead end experiment, and not a sensible way of implementing
generic data parallelism. This also removes the `graph500-bfs.rs`
benchmark because it relies on `extra::par`.

Closes #5626
@thestinger thestinger closed this Sep 21, 2013
@thestinger thestinger reopened this Sep 21, 2013
@thestinger
Copy link
Contributor Author

The graph500 benchmark is a parallelism one, and the current implementation doesn't serve a useful purpose.

bors added a commit that referenced this pull request Sep 21, 2013
This was a dead end experiment, and not a sensible way of implementing
generic data parallelism. This also removes the `graph500-bfs.rs`
benchmark because it relies on `extra::par`.

Closes #5626
@bors bors closed this Sep 21, 2013
@bors bors merged commit e753618 into rust-lang:master Sep 21, 2013
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 31, 2022
…ns, r=Alexendoo

remove parenthesis from `unnecessary_cast` suggestion

This fixes rust-lang#9380.

---

changelog: none
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.

Remove std::par
2 participants