Expand description
Parallel processing optimizations for DDEX Builder
This module provides parallel validation, resource processing, and XML generation using rayon for CPU-bound operations to achieve sub-10ms build times.
Structsยง
- Parallel
Build Result - Result of parallel build processing
- Parallel
Config - Parallel build configuration
- Parallel
Processor - Parallel processor for DDEX builds
- Processed
Element - Processed element information
- Validation
Result - Validation result
- Workload
Analysis - Workload analysis result
- Workload
Analyzer - Workload analyzer to determine optimal parallel strategy