-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import is slow #3062
Comments
New MacBook, Python 3.8, Cirq master (7191cb57):
|
Ubuntu 18.04
|
Ubuntu 18.04. i5-8250U
|
Cirq submodule import times excluding external packages:
|
Using tuna, the top offenders are numpy, sympy, matplotlib, pandas, and networkx. We've added code #4653 to do LazyLoading for scipy which was also slow. The good news is that the problem is mostly these external deps, not cirq. |
import cirq
takes around 1.5 seconds (this is in colab).Would be nice to get some other numbers from users as to what they are seeing.
The text was updated successfully, but these errors were encountered: