You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For things like the CLI fast startup times are important, but also our trajectory to more parallelization puts more and more weight on this. At the moment a plain import datalad takes roughly ~200ms. Here are some stats on the timing of the underlying imports on my system (indentation indicates nesting of imports):
For things like the CLI fast startup times are important, but also our trajectory to more parallelization puts more and more weight on this. At the moment a plain
import datalad
takes roughly ~200ms. Here are some stats on the timing of the underlying imports on my system (indentation indicates nesting of imports):So half of it is initializing the config.
It would make sense to explore the newly established possibilities with the
DATALAD_RUNTIME_LIBRARYMODE
flag.The text was updated successfully, but these errors were encountered: