#14214: Cythoned homsets
----------------------------------------------+-----------------------------
       Reporter:  SimonKing                   |         Owner:  tbd             
          
           Type:  enhancement                 |        Status:  needs_review    
          
       Priority:  major                       |     Milestone:  sage-5.8        
          
      Component:  performance                 |    Resolution:                  
          
       Keywords:  Hom, cython, cached method  |   Work issues:  Do not change 
cmp too much
Report Upstream:  N/A                         |     Reviewers:                  
          
        Authors:  Simon King                  |     Merged in:                  
          
   Dependencies:  #14159, #12951              |      Stopgaps:                  
          
----------------------------------------------+-----------------------------

Comment (by nbruin):

 Do you have a reason to make `domain` and `codomain` cached? Their
 implementation already consists of just an attribute lookup. Are you
 getting a performance increase from it? There definitely are drawbacks:
  - the method gets wrapped, so there's extra junk sitting in memory for
 that
  - the cache takes up memory for an attribute that's already there anyway.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14214#comment:17>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to