Skip to content

Commit

Permalink
drop extra::par
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thestinger committed Sep 21, 2013
1 parent e268c7f commit e753618
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 661 deletions.
1 change: 0 additions & 1 deletion src/libextra/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ pub mod glob;
pub mod term;
pub mod time;
pub mod arena;
pub mod par;
pub mod base64;
pub mod rl;
pub mod workcache;
Expand Down
142 changes: 0 additions & 142 deletions src/libextra/par.rs

This file was deleted.

Loading

9 comments on commit e753618

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

merging thestinger/rust/par = e753618 into auto

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

thestinger/rust/par = e753618 merged ok, testing candidate = 7445ed7e

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

merging thestinger/rust/par = e753618 into auto

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

thestinger/rust/par = e753618 merged ok, testing candidate = 44dc3fb

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

@bors
Copy link
Contributor

@bors bors commented on e753618 Sep 21, 2013

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 44dc3fb

Please sign in to comment.