At the moment, we always source from a single large file containing all functions. This means we also import all dependencies every time, which is not needed and creates significant overhead when sourcing this file.
As already implemented for munging step, we should split the big function file into module-specific function files and try to limit package import as much as possible.
At the moment, we always source from a single large file containing all functions. This means we also import all dependencies every time, which is not needed and creates significant overhead when sourcing this file.
As already implemented for munging step, we should split the big function file into module-specific function files and try to limit package import as much as possible.