Skip to content

disable pre-import by default

Wout De Nolf requested to merge disable_preimport_by_default into main

Ewoks pre-import's all modules used by the workflow. This provides speedup when using the same modules multiple times (because without the pre-import, it gets re-imported in a subprocess each time). However when large portions of the workflow are never used, it actually slows down the overall execution.

In this MR we make pre-imports optional.

Edited by Wout De Nolf

Merge request reports