On Thu, 11 Jan 2007 08:28:50 -0800, Kiran S. Kedlaya <[EMAIL PROTECTED]> wrote:
> I don't know what happened, but I just reran some code I had (to find > Weil polynomials satisfying certain congruence conditions) written in > SAGE 1.3.6 under version 1.5.3, and I got nearly a factor of 2 speedup. > This despite the fact that I had already pushed much of the arithmetic > into native PARI objects. What remains in SAGE is mostly just the > functional infrastructure; did that all get faster in Python 2.5? We did a lot to improve basic SAGE object creation times and how arithmetic is dispatched in sage-1.5 over sage-1.4. Since PARI objects are wrapped by a SageX class that we wrote, they also see an improvement. If you sent a snippet of code, I could explain more precisely why it is faster... -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---