On Fri, Apr 24, 2009 at 1:40 PM, drupel <dylanru...@gmail.com> wrote:
> Thanks Mike,
> Is it possible to do the symbolic computations with Cython?

Yes, you can do them from within Cython, but it's not going to give
you the speed up that you might think / want.  Making code faster is
almost entirely finding out exactly where all of the time is being
spent.

> If not, I will wait until Sage 4.0 comes out and see what happens.

If you send me your code (along with sample runs), I'll go through and
speed things up for you.  That are optimizations that you can do by
just being conscious of data types and things like that.

--Mike

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to