Expand description
Parallel computing utilities for machine learning workloads
This module provides utilities for parallel processing, including thread pool management, work-stealing algorithms, and parallel iterator utilities.
Structsยง
- Parallel
Iterator - Parallel iterator utilities
- Parallel
Reducer - Parallel reduction operations
- Thread
Pool - Thread pool for parallel task execution
- Work
Stealing Queue - Work-stealing deque for load balancing