-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Lazily import plot. #11043
Comments
This comment has been minimized.
This comment has been minimized.
comment:1
Attachment: 11043-lazy-plot.patch.gz Before
After
That's another quarter-second (12.5%) savings. |
comment:2
Attachment: 11043-lazy-plot-rebase4.7.1.patch.gz |
comment:3
This is a more conservative patch which only saves importing the plot.* modules (about a 50-100ms savings on my computer). |
Attachment: 11043-lazy-plot-again.patch.gz apply only this patch |
This comment has been minimized.
This comment has been minimized.
comment:5
Robert, did you even test this? It seems to fail doctests all over the place. E.g.,
It seems like using LazyImport in any nontrivial way always results in serious breakage that is revealed by doctests. I hit this numerous times myself. Hmmm. |
Changed keywords from none to sd32 |
comment:7
Is anything happening on this? Robert wrote the patch, William says it breaks doctests all over the place, but then it just stalls. Dave |
comment:13
outdated |
Reviewer: Dima Pasechnik |
Improve startup time.
CC: @kcrisman
Component: misc
Keywords: sd32
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/11043
The text was updated successfully, but these errors were encountered: