#13391: WeylCharacterRing improvement
------------------------------------------+---------------------------------
       Reporter:  bump                    |         Owner:  sage-combinat
           Type:  enhancement             |        Status:  new          
       Priority:  major                   |     Milestone:  sage-5.3     
      Component:  combinatorics           |    Resolution:               
       Keywords:  WeylCharacterRing, Lie  |   Work issues:               
Report Upstream:  N/A                     |     Reviewers:               
        Authors:  Daniel Bump             |     Merged in:               
   Dependencies:                          |      Stopgaps:               
------------------------------------------+---------------------------------

Comment (by aschilling):

 My timings before the patch::
 {{{
    sage: %timeit spin^3
    5 loops, best of 3: 539 ms per loop
    sage: %timeit spin^4
    5 loops, best of 3: 6.31 s per loop
 }}}
 and with this patch::
 {{{
    sage: %timeit spin^3
    5 loops, best of 3: 25.3 ms per loop
    sage: %timeit spin^4
    5 loops, best of 3: 126 ms per loop
    sage: %timeit spin^5
    5 loops, best of 3: 842 ms per loop
    sage: %timeit spin^6
    5 loops, best of 3: 520 ms per loop
 }}}
 This is definitely a huge improvement!

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

Reply via email to