Skip to content

Draft: AST-1411 Call GriddingTaskManager::Make once

Maik Nijhuis requested to merge ast-1395-reuse-griddingtaskmanager into master

Since all GriddingTaskManagers already initialize a new gridder for each gridding task, there should be no need for re-initializing the GriddingTaskManager for each output interval.

Reusing the GriddingTaskManager avoids overhead, e.g., of creating and destroying threads in the ThreadedScheduler.

Merge request reports