#13730: Speed up some graph iterations
--------------------------------+----------------------------------
       Reporter:  dcoudert      |        Owner:  jason, ncohen, rlm
           Type:  enhancement   |       Status:  needs_work
       Priority:  major         |    Milestone:  sage-5.11
      Component:  graph theory  |   Resolution:
       Keywords:                |    Merged in:
        Authors:                |    Reviewers:
Report Upstream:  N/A           |  Work issues:
         Branch:                |       Commit:
   Dependencies:                |     Stopgaps:
--------------------------------+----------------------------------

Comment (by azi):

 Yes! The only confusing thing to me is why then is NetworkX (called
 without going through the frontend) efficient? (confusing because NetworkX
 is in Python)

 {{{
 sage: N = G.networkx_graph()
 sage: %timeit E = [(u,v) for u in N for v in N.neighbors_iter(u)]
 1000 loops, best of 3: 599 us per loop
 }}}

 So there is some Python being Python thing going on in the Graph frontend
 class.

--
Ticket URL: <http://trac.sagemath.org/ticket/13730#comment:33>
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/groups/opt_out.

Reply via email to