PipelineTask: use PipelineSource/PipelineSink and remove tasks

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-20 07:34:10 -07:00
parent 12bcb7db64
commit 6831e63ec9
2 changed files with 49 additions and 138 deletions

View File

@@ -54,6 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Performance
- Improve `PipelineTask` performance by using direct mode processors and by
removing unnecessary tasks.
- 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.