Feature #14518
Speed up canvas generation?
Status:
Under Discussion
Priority:
Low
Assignee:
-
Start date:
11/15/2016
Due date:
% Done:
0%
Estimated time:
Description
It can take quite a long time to generate the (potentially thousands) of canvases needed for complete production of large plot sets. Is there any way to speed things up?
- State saving? Challenging to get the comparisons right (in the internal registry) if we try to cache them elsewhere.
- Parallelization of image generation? In principle the various directories could all be processed in parallel. Would take some refactoring however.
History
#1 Updated by Jeremy Wolcott about 4 years ago
- Status changed from Feedback to Under Discussion