#11332: 65x penalty in performance for using float instead of RealNumber
----------------------------+----------------------------------------------
       Reporter:  pang      |        Owner:  burcin
           Type:  defect    |       Status:  needs_review
       Priority:  major     |    Milestone:  sage-duplicate/invalid/wontfix
      Component:            |   Resolution:
  symbolics                 |    Merged in:
       Keywords:  float,    |    Reviewers:
  RealNumber                |  Work issues:
        Authors:            |       Commit:
Report Upstream:  N/A       |     Stopgaps:
         Branch:            |
   Dependencies:            |
----------------------------+----------------------------------------------

Comment (by jdemeyer):

 92x on my system:
 {{{
 sage: timeit('exp(x)', number=100000, repeat=10)
 100000 loops, best of 10: 8.55 µs per loop
 sage: timeit('math_exp(x)', number=100000, repeat=10)
 100000 loops, best of 10: 92.1 ns per loop
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/11332#comment:10>
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/d/optout.

Reply via email to