pypesto import is slow
See original GitHub issuepython -c "import pypesto"
takes 7s on my computer.
python -c "import scipy"
takes 0.5s on my computer.
I think we should think more carefully about what is imported in pypesto/__init__.py
Issue Analytics
- State:
- Created a year ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Slow library import time · Issue #935 · hardbyte/python-can
I have been attempting to use python-can on an embedded buildroot system, which essentially will be a CAN based display.
Read more >Speeding up the python "import" loader - Stack Overflow
I'm getting seriously frustrated at how slow python startup is. Just importing more or less basic modules takes a second, since python runs ......
Read more >Issue 22557: Local import is too slow - Python tracker
The issue is local imports, not imports of the locale module :-) Yes, my CPU is slow. Here is a patch which factors...
Read more >pyABC Documentation
Let's start by importing the necessary packages: ... are often more efficient alternatives to ABC, check out for example our tool pyPESTO.
Read more >Import of modules is slowing down executable. Can it ... - Reddit
Can it be imported locally or what can be done differently ? I am importing the following modules/libraries which is causing the exe...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
a big chunk comes from pypesto.visualize
v0.2.14