#2090: basic univariate polynomial efficiency issues
------------------------------+---------------------------------------------
Reporter: was | Owner: somebody
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.6.1
Component: basic arithmetic | Resolution: fixed
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
------------------------------+---------------------------------------------
Changes (by was):
* status: new => closed
* resolution: => fixed
* upstream: => N/A
Comment:
From James Pfeiffer from a Math 581d homework problem.
"Is this still open for a reason?
{{{
sage: sage: R.<x> = GF(2)[]
sage: timeit('f = x^32000')
625 loops, best of 3: 3.72 µs per loop
sage: timeit('x << (32000 - 1)')
625 loops, best of 3: 12.9 µs per loop
}}}
I could just close the ticket, as it seems to be addressed."
Good point. It is definitely addressed. Closing.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2090#comment:1>
Sage <http://www.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.