#10963: More functorial constructions
-------------------------------------+-------------------------------------
Reporter: nthiery | Owner: stumpc5
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.1
Component: categories | Resolution:
Keywords: days54 | Merged in:
Authors: Nicolas M. Thiéry | Reviewers: Simon King, Frédéric
Report Upstream: N/A | Chapoton
Branch: | Work issues:
public/ticket/10963 | Commit:
Dependencies: #11224, #8327, | a410d05b692eead348214b0378dfc78113a3bf5a
#10193, #12895, #14516, #14722, | Stopgaps:
#13589, #14471, #15069, #15094, |
#11688, #13394, #15150 #15506 |
-------------------------------------+-------------------------------------
Comment (by tscrim):
Replying to [comment:206 darij]:
> Ohkay, the ncsym issue is simple (one should simply replace the claimed
output by the actual new output), but the unique_representation one is
tricky. Simon??
The NCSym is this ticket (not #15367); see comment:188 and #15150. As for
the unique representations, there seems to be a memory leak. Using the
failing example from #14912:
{{{
sage: import gc
sage: O = SomeClass(1)
creating new instance for argument 1
sage: del O
sage: gc.garbage
[]
sage: gc.collect()
3
sage: O = SomeClass(1)
sage: x = get_memory_usage()
sage: x
176.6640625
sage: L = [SomeClass(i) for i in range(10^6)] # I removed the creation
printing
sage: del L
sage: get_memory_usage()
652.1171875
sage: import gc
sage: gc.collect()
0
sage: get_memory_usage()
652.1171875
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/10963#comment:210>
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/groups/opt_out.