#9887: slow coercion from integer ring to integer mod ring
-------------------------------+--------------------------------------------
       Reporter:  dmharvey     |         Owner:  tbd         
           Type:  defect       |        Status:  needs_info  
       Priority:  major        |     Milestone:  sage-5.8    
      Component:  performance  |    Resolution:              
       Keywords:               |   Work issues:  needs rebase
Report Upstream:  N/A          |     Reviewers:  PatchBot    
        Authors:               |     Merged in:              
   Dependencies:  #11900       |      Stopgaps:              
-------------------------------+--------------------------------------------
Changes (by tscrim):

  * status:  needs_work => needs_info


Comment:

 There is at least some partial work on this done in `5.7.beta3`:
 {{{
 sage: R = Integers(3^20)
 sage: u = Integer(2)
 sage: %timeit z = R(u)
 100000 loops, best of 3: 1.48 us per loop
 sage: %timeit z = R(u)
 1000000 loops, best of 3: 1.74 us per loop
 }}}

 So should we close this ticket?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9887#comment:12>
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