#4145: [with patch, needs review] linear codes list function is slow
---------------------+------------------------------------------------------
Reporter: rlm | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone:
Component: algebra | Keywords:
---------------------+------------------------------------------------------
Before:
{{{
sage: G = ExtendedBinaryGolayCode()
sage: time L = G.list()
CPU times: user 16.24 s, sys: 0.32 s, total: 16.57 s
Wall time: 17.14 s
}}}
After:
{{{
sage: G = ExtendedBinaryGolayCode()
sage: time L = G.list()
CPU times: user 3.65 s, sys: 0.04 s, total: 3.68 s
Wall time: 3.71 s
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4145>
SAGE <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---