#1343: singular factorize is randomly slow
---------------------------------+------------------------------------------
Reporter: jbmohler | Owner: malb
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.1.2
Component: commutative algebra | Resolution: fixed
Keywords: | Reviewer:
Author: | Merged:
---------------------------------+------------------------------------------
Changes (by was):
* status: new => closed
* resolution: => fixed
Comment:
This can be closed since in sage-4.1.1 the problem is gone:
{{{
sage: time _=t.factor()CPU times: user 19.92 s, sys: 0.00 s, total: 19.92
s
Wall time: 19.92 s
sage: time _=t.factor()
CPU times: user 9.83 s, sys: 0.01 s, total: 9.84 s
Wall time: 9.84 s
sage: time _=t.factor()
CPU times: user 17.45 s, sys: 0.00 s, total: 17.45 s
Wall time: 17.45 s
sage: time _=t.factor()
CPU times: user 1.20 s, sys: 0.00 s, total: 1.20 s
Wall time: 1.21 s
sage: time _=t.factor()
CPU times: user 10.57 s, sys: 0.00 s, total: 10.57 s
Wall time: 10.56 s
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1343#comment:4>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---