#14516: Refactoring of crystals for speedup
----------------------------------------------+-----------------------------
       Reporter:  tscrim                      |         Owner:  sage-combinat
           Type:  enhancement                 |        Status:  new          
       Priority:  major                       |     Milestone:  sage-5.10    
      Component:  combinatorics               |    Resolution:               
       Keywords:  crystals speedup            |   Work issues:               
Report Upstream:  N/A                         |     Reviewers:               
        Authors:  Travis Scrimshaw            |     Merged in:               
   Dependencies:  #14402 #14413 #14143 #2023  |      Stopgaps:               
----------------------------------------------+-----------------------------
Changes (by tscrim):

  * dependencies:  #14402 #2023 => #14402 #14413 #14143 #2023


Comment:

 Here are some timings.

 With the patch:
 {{{
 sage: B = InfinityCrystalOfTableaux(['B',3])
 sage: S = B.subcrystal(max_depth=4)
 sage: %time G = B.digraph(subset=S)
 CPU times: user 19.55 s, sys: 0.62 s, total: 20.17 s
 Wall time: 21.80 s

 sage: C = CrystalOfTableaux(['D',4], shape=[2,1])
 sage: %time G = C.digraph()
 CPU times: user 0.30 s, sys: 0.06 s, total: 0.36 s
 Wall time: 0.45 s
 }}}

 Before:
 {{{
 sage: B = InfinityCrystalOfTableaux(['B',3])
 sage: S = B.subcrystal(max_depth=4)
 sage: %time G = B.digraph(subset=S)
 CPU times: user 48.83 s, sys: 1.42 s, total: 50.24 s
 Wall time: 58.49 s

 sage: C = CrystalOfTableaux(['D',4], shape=[2,1])
 sage: %time G = C.digraph()
 CPU times: user 0.50 s, sys: 0.05 s, total: 0.54 s
 Wall time: 0.66 s
 }}}

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