Hi Juan! On 3 Dez., 19:55, "j. arias-de-reyna" <ar...@us.es> wrote: [...] > So, my fear is that my program although running, must have many > mistakes of a beginner. Also I think the program can be made faster > with some modifications, for example: using a C-implementation to > compute the zeta sum.
In Sage, you can use Cython, which is at least as nice a language as Python, which is compiled (hence, often *much* faster than Python), which allows for linking against C-libraries, and if I remember correctly some remark on sage-devel it even goes beyond this (by some numerical capabilities, e.g.). So, from my perspective, Sage+Cython definitely makes sense for your project. > I pretended to send with this message my program and a pdf file with > some benchmarks. But I do not know how to do it. I will send it to you > if you are interested. One possibility is that you post it somewhere in the internet, so that people can download it and comment on it here. I think attachments are not possible. Cheers, Simon -- 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