#15704: Stupid waste of time in graphs 1
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.2
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  graph  |    Reviewers:
  theory                 |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  499e287061a2b9ba8a686dc3ec0ab6bb6ed177a6
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/ncohen/15704         |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by vdelecroix):

 Replying to [comment:14 ncohen]:
 > Can you provide timings for this change ? If it is not that bad it is
 good to have indeed.

 Here they are. Your version
 {{{
 sage: g = graphs.RandomGNP(1500,.4)
 sage: edges = g.edges(labels=False)
 sage: h = Graph()
 sage: %time h.add_edges(edges)
 CPU times: user 2.21 s, sys: 32 ms, total: 2.24 s
 Wall time: 2.23 s
 }}}
 mine
 {{{
 sage: g = graphs.RandomGNP(1500,.4)
 sage: edges = g.edges(labels=False)
 sage: h = Graph()
 sage: %time h.add_edges(edges)
 CPU times: user 2.48 s, sys: 32 ms, total: 2.51 s
 Wall time: 2.51 s
 }}}

 (Be careful the branch is not yet merged with 6.2.rc0 and `sage -b` is
 horribly long)

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