Ticket #11389 (closed enhancement: fixed)
Speed up list * Integer
| Reported by: | robertwb | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.7.1 |
| Component: | performance | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Mike Hansen |
| Authors: | Robert Bradshaw | Merged in: | sage-4.7.1.alpha3 |
| Dependencies: | Stopgaps: |
Description
Despite resolving the performance regression at #10548, there is still a massive overhead. This ticket mostly eliminates that. (I experimented with adding an explicit Action, but the gain was minimal.)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


Essentially, I allowed the acted upon set of an action to be a non-parent to allow for the fast path in this (and similar) cases.