Skip to content

Commit e753618

Browse files
committedSep 21, 2013
drop extra::par
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
1 parent e268c7f commit e753618

File tree

3 files changed

+0
-661
lines changed

3 files changed

+0
-661
lines changed
 

‎src/libextra/extra.rs

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ pub mod glob;
8989
pub mod term;
9090
pub mod time;
9191
pub mod arena;
92-
pub mod par;
9392
pub mod base64;
9493
pub mod rl;
9594
pub mod workcache;

‎src/libextra/par.rs

-142
This file was deleted.

‎src/test/bench/graph500-bfs.rs

-518
This file was deleted.

9 commit comments

Comments
 (9)

bors commented on Sep 21, 2013

@bors
Collaborator

bors commented on Sep 21, 2013

@bors
Collaborator

merging thestinger/rust/par = e753618 into auto

bors commented on Sep 21, 2013

@bors
Collaborator

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

bors commented on Sep 21, 2013

@bors
Collaborator

bors commented on Sep 21, 2013

@bors
Collaborator

merging thestinger/rust/par = e753618 into auto

bors commented on Sep 21, 2013

@bors
Collaborator

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

bors commented on Sep 21, 2013

@bors
Collaborator

fast-forwarding master to auto = 44dc3fb

Please sign in to comment.