compas-dev / compas_occ

COMPAS wrapper for the Python bindings of OCC
http://compas.dev/compas_occ/
MIT License
16 stars 9 forks source link

Long loading time #24

Open romanavyzn opened 8 months ago

romanavyzn commented 8 months ago

Feature Request

Some imports from compas_occ take very long to import due to all the functions imported at top level (e.g. import compas_occ.brep). Maybe consider lazy imports to make loading faster. Or use tools such as lazy_import.