Skip to content

Commit e753618

Browse files
committed
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.

0 commit comments

Comments
 (0)