Expand description
Parallel Level Updates with Work-Stealing
Provides efficient parallel computation for j-tree levels:
- Rayon-based parallel iteration
- Work-stealing for load balancing
- Lock-free result aggregation
- Adaptive parallelism based on workload
Target: Near-linear speedup for independent level updates
Structsยง
- Level
Update Result - Result from parallel level update
- Parallel
Config - Configuration for parallel level updates
- Parallel
CutOps - Parallel cut computation helpers
- Parallel
Level Updater - Parallel level updater using Rayon
- Work
Item - Work item for parallel processing
- Work
Stealing Scheduler - Work-stealing scheduler for parallel level processing