Ticket #3569 (closed enhancement: fixed)
[with patch; positive review] optimize import of sage.dsage.interface.dsage_interface
| Reported by: | was | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.4 |
| Component: | misc | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
BEFORE
teragon-2:misc was$ sage -startuptime|grep dsage_interface
sage.dsage.interface.dsage_interface: 0.092 (dist_function)
twisted.cred.credentials: 0.009 (sage.dsage.interface.dsage_interface)
twisted.internet.threads: 0.011 (sage.dsage.interface.dsage_interface)
twisted.internet.interfaces: 0.040 (sage.dsage.interface.dsage_interface)
0.092 sage.dsage.interface.dsage_interface (dist_function)
0.040 twisted.internet.interfaces (sage.dsage.interface.dsage_interface)
This is after using it multiple times (so caching).
Attachments
Change History
comment:1 Changed 5 years ago by was
- Summary changed from optimize import of sage.dsage.interface.dsage_interface to [with patch; needs review] optimize import of sage.dsage.interface.dsage_interface
AFTER
teragon-2:dsage was$ sage -startuptime|grep twisted
teragon-2:dsage was$ sage -startuptime|grep dsage_interface
sage.dsage.interface.dsage_interface: 0.007 (dist_function)
sage.dsage.misc.misc: 0.005 (sage.dsage.interface.dsage_interface)
Note: See
TracTickets for help on using
tickets.

