Changes between Initial Version and Version 1 of Ticket #30665, comment 37
- Timestamp:
- Oct 12, 2020, 9:06:26 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30665, comment 37
initial v1 21 21 With this ticket: 22 22 {{{ 23 sage: %timeit list(G.edge_iterator(V[:500], sort_vertices=False))24 340 µs ± 1.4 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)25 23 sage: G = graphs.Grid2dGraph(100, 100) 26 24 sage: V = list(G)