#16411: Memory leak in polynomial evaluation
-------------------------------------+-------------------------------------
Reporter: SimonKing | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-
Component: commutative | duplicate/invalid/wontfix
algebra | Resolution:
Keywords: memory leak | Merged in:
polynomial evaluation libsingular | Reviewers: Simon King
Authors: | Work issues:
Report Upstream: N/A | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Changes (by SimonKing):
* status: new => needs_review
* reviewer: => Simon King
* milestone: sage-6.4 => sage-duplicate/invalid/wontfix
Comment:
With #18905, I get
{{{
sage: C.<x,y,z> = GF(2)[]
sage: f = x^4+x*y^3+z^6
sage: a = f(1,0,0)
sage: get_memory_usage()
1028.44921875
sage: for i in xrange(1000000):
....: a = f(1,0,0)
....:
sage: get_memory_usage()
1028.44921875
}}}
So, I suggest to close it as a duplicate.
--
Ticket URL: <http://trac.sagemath.org/ticket/16411#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.