tange
tange copied to clipboard
Task-based Parallelism in Rust
Tange
Tange is a Task-based parallelization library written for Rust. It currently comes with two flavors:
- tange-core: This contains the primitives for constructing and executing a task graphs
- tange-collection: This contains a higher level Dataflow interface for convenient munging of data.