pipeline: wrap with pipelines, use direct mode and reduce tasks

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-15 10:18:14 -07:00
parent dc7bf98ce5
commit 8051017895
5 changed files with 30 additions and 51 deletions

View File

@@ -40,6 +40,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.
- `Pipeline` performance improvements by using direct mode.
### Other