Task-based Parallelism in Rust
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
tange-collection
tange-core
README.md

README.md

Tange

Tange is a Task-based parallelization library written for Rust. It currently comes with two flavors:

  1. tange-core: This contains the primitives for constructing and executing a task graphs
  2. tange-collection: This contains a higher level Dataflow interface for convenient munging of data.