On Oct 24, 1:52 am, David Kirkby <david.kir...@onetel.net> wrote: > It used to take about 1800 seconds to doctest Sage on my Sun Ultra 27 > which runs OpenSolaris. That has now dropped to about 1600 seconds in > the latest version (4.6.rc0). > > I've not upgraded the hardware, compiler or other software, so I can't > understand why it should now to take less time to doctest Sage. >
I think this might be due to #9798 (Accelerate Polyhedron constructor and fix cddlib output ordering) by Volker Braun. I just noticed that toric_variety_library test has dropped to 90s on sage.math, while it used to take twice as long, I think. In this case it is very likely that almost all modules related to toric geometry got a considerable speed up. Note that if #10039 (Make Parma Polyhedra Library a standard library) gets in, we may get another 200s gain, since using PPL as a library compared to cddlib/PALP as system calls speeds up some lengthy computations tenfold instead of "just" twofold (see #10040 for an example). Thank you, Andrey -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org