Hi Ben, On Mon, Apr 4, 2011 at 5:43 AM, Ben M <[email protected]> wrote: > Hi, > > I have updated my Google Summer of Code proposal on the wiki. > > https://github.com/sympy/sympy/wiki/GSoC-2011-Application-Ben-McDonald:-Optimising-SymPy-using-Cython > > Any comments, feedback or suggests are welcome.
Thanks for the proposal. Post it to the google-melange.com as well. You will be able to modify it later. My suggestion would be to put there exact modules, that you want to Cythonize. Also, do you plan to use pure Python mode, or the .pyx mode? If .pyx, would we then need to maintain two codebases, one for Cython and one for Python? If you want to see a Cythonized core, here it is: https://github.com/certik/sympyx but it is still a long way from having this, and putting it into SymPy. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en.
