On Fri, Jun 12, 2009 at 9:33 AM, [email protected]<[email protected]> wrote: > > I'm working on some code that is very computationally intensive. I'm > pretty sure my algorithm is good, but I know that tiny differences in > wording in sage can make a huge runtime difference. Is there any site/ > blog/whatever that I could look at to find out what makes for fast > sage code? I figure this is preferable to constantly spamming sage-
Is your code in Cython or Python/Sage? http://www.cython.org/ http://www.sagemath.org/doc/developer/coding_in_other.html#cython > support with optimization questions. > > Thanks, > > Ethan > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
