#11521: Memleak when resolving the action of Integers on an Elliptic Curve
------------------------+---------------------------------------------------
Reporter: jpflori | Owner: robertwb
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.8
Component: coercion | Keywords: sd35
Work_issues: | Upstream: N/A
Reviewer: | Author: Simon King
Merged: | Dependencies: #11900 #715
------------------------+---------------------------------------------------
Comment(by SimonKing):
I have slightly modifies [attachment:trac11521_triple_homset.patch]: In
the old version, I had created a `TripleDict(50)`, but meanwhile I learnt
that the parameter of the `TripleDict` should not be even and should best
be a prime number. In the new version, it is prime...
Concerning the weak references: Why exactly is the experimental patch so
slow? Is it because the access to the weakly referenced actions is so
slow? Or is it because the actions are garbage collected even if their
domain/codomain is still alive, so that the actions are uselessly created
over and over again? I suspect it is the latter.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11521#comment:93>
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.