#13922: Avoid a regression in the creation of homsets
-------------------------------+--------------------------------------------
Reporter: SimonKing | Owner: tbd
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-5.6
Component: performance | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Simon King | Merged in:
Dependencies: #715 | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by nbruin):
Not introduced by this patch, so shouldn't be held against it, but ...
{{{
RealIntervalField_cache = {}
}}}
Is a strong cache! So `RealIntervalField`s get nailed in memory. That's a
very good argument for ensuring that "increase precision" leads to a very
predictable and sparse list of precisions, to minimize the costs from
this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13922#comment:18>
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.