| 28 | |
| 29 | After |
| 30 | {{{ |
| 31 | sage: %timeit Graph(10000) |
| 32 | 625 loops, best of 3: 1.15 ms per loop |
| 33 | sage: %timeit Graph(10000) |
| 34 | 625 loops, best of 3: 1.15 ms per loop |
| 35 | sage: %timeit Graph(10000) |
| 36 | 625 loops, best of 3: 1.15 ms per loop |
| 37 | sage: %timeit Graph(10000) |
| 38 | 625 loops, best of 3: 1.21 ms per loop |
| 39 | sage: %timeit Graph(10000) |
| 40 | 625 loops, best of 3: 1.15 ms per loop |
| 41 | sage: %timeit Graph(100) |
| 42 | 625 loops, best of 3: 94.5 µs per loop |
| 43 | sage: %timeit Graph(100) |
| 44 | 625 loops, best of 3: 92.7 µs per loop |
| 45 | sage: %timeit Graph(100) |
| 46 | 625 loops, best of 3: 93.5 µs per loop |
| 47 | }}} |
| 48 | |
| 49 | By the way Robert, this is all mostly about touching your code and adding comments, and as I am trespassing I expect you may not like some of those `:-)` |
| 50 | |
| 51 | Nathann |