Changes between Version 1 and Version 2 of Ticket #15978
- Timestamp:
- 03/20/14 12:04:50 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15978 – Description
v1 v2 6 6 7 7 {{{ 8 sage: g = graphs.CompleteGraph(3000) 9 sage: %time _ = g.to_dictionary() 10 CPU times: user 1.38 s, sys: 0 ns, total: 1.38 s 11 Wall time: 1.37 s 8 12 sage: %time _ = g.edges() 9 13 CPU times: user 1min 24s, sys: 8 ms, total: 1min 24s