Currently importing hera is slow(takes a couple seconds). this means that if the CLI imports anything from hera it takes several seconds to react. this is even worse with autocompletion because any autocomplete takes severals seconds. We need to find a fix to it, probably restructuring the imports like pint don't happen by default unless needed. Currently when parsing the caseconfiguration file it uses a jsonutils function that imports pint which slows it down even further.
Currently importing hera is slow(takes a couple seconds). this means that if the CLI imports anything from hera it takes several seconds to react. this is even worse with autocompletion because any autocomplete takes severals seconds. We need to find a fix to it, probably restructuring the imports like
pintdon't happen by default unless needed. Currently when parsing the caseconfiguration file it uses a jsonutils function that imports pint which slows it down even further.