#12052: Some distance computations remained *slow*
-----------------------------+----------------------------------------------
   Reporter:  ncohen         |          Owner:  jason, ncohen, rlm
       Type:  enhancement    |         Status:  positive_review   
   Priority:  major          |      Milestone:  sage-4.8          
  Component:  graph theory   |       Keywords:                    
Work_issues:                 |       Upstream:  N/A               
   Reviewer:  David Coudert  |         Author:  Nathann Cohen     
     Merged:                 |   Dependencies:                    
-----------------------------+----------------------------------------------
Changes (by dcoudert):

  * status:  needs_review => positive_review


Comment:

 Installation OK, doc OK for me, and running times/memory requirements more
 than OK

 Before applying the patch
 {{{
 sage: G = graphs.RandomGNM(1000,15000)
 sage: %time G.diameter()
 CPU times: user 23.71 s, sys: 0.00 s, total: 23.72 s
 Wall time: 23.83 s
 3
 }}}
 After:
 {{{
 sage: G = graphs.RandomGNM(1000,15000)
 sage: %time G.diameter()
 CPU times: user 0.11 s, sys: 0.00 s, total: 0.11 s
 Wall time: 0.11 s
 3
 }}}
 That's impressive !


 I give positive review.

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