Ticket #11040 (needs_work enhancement)
Lazily import schemes to save startuptime
| Reported by: | robertwb | Owned by: | jason |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.11 |
| Component: | misc | Keywords: | sd32 |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
This is a relatively self-contained target.
Split off of #8254
Attachments
Change History
comment:2 Changed 2 years ago by robertwb
- Status changed from needs_review to needs_work
Lazily importing functions, modules, constructors works fine. Lazily importing actual object that get passed around and stored has issues that need to be addressed.
Note: See
TracTickets for help on using
tickets.

