Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 338 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 338 Bytes

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.