ParallelPipeline: use PipelineSource/PipelineSink and remove tasks

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-20 07:32:45 -07:00
parent 1b48b1d860
commit 12bcb7db64
2 changed files with 51 additions and 237 deletions

View File

@@ -54,8 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Performance
- Improve `ParallelPipeline` performance by using direct mode and by not
creating a task for each frame and every sub-pipeline.
- Improve `ParallelPipeline` performance by using direct mode, by not
creating a task for each frame and every sub-pipeline and also by removing
other unnecessary tasks.
- `Pipeline` performance improvements by using direct mode.