Changes between Initial Version and Version 4 of Ticket #18215
- Timestamp:
- 04/16/15 17:19:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18215
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
2862b49015b1c47cd0827e72764826e32bdc13e7
- Property Cc ncohen added
-
Property
Branch
changed from
to
u/vdelecroix/18215
-
Property
Status
changed from
-
Ticket #18215 – Description
initial v4 14 14 }}} 15 15 ... looks like a x500 speed up :-) 16 17 18 As a consequence (and with #18213 applied) 19 Before 20 {{{ 21 sage: %time gr = polytopes.great_rhombicuboctahedron() 22 CPU times: user 5.68 s, sys: 68 ms, total: 5.75 s 23 Wall time: 5.7 s 24 }}} 25 After 26 {{{ 27 sage: %time gr = polytopes.great_rhombicuboctahedron() 28 CPU times: user 2.71 s, sys: 36 ms, total: 2.75 s 29 Wall time: 2.69 s 30 }}}