compas-dev / compas-dev/compas_occ
Long loading time
Open
- Dominant language
- Python
- Stars
- 27
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
# 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](https://pypi.org/project/lazy-import/).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.