Expand description
Parallelo Parallel Library (PPL) is a structured parallel programming framework written in Rust.
Modules§
- core
- Core components of the framework.
- mpsc
- Multi-producer, Single-consumer channels.
- pipeline
- Parallel pipeline
- prelude
- This module contains the most used types and traits.
- templates
- Collection of templates that can be used to create a pipeline.
- thread_
pool - Work-stealing based thread pool.