On Mon, Sep 19, 2011 at 9:05 AM, john_perry_usm wrote:
> Hi
>
> One of the nice aspects of cython is that you can "cython -a" a file
> and see what could use optimization.
>
> If I import a .pyx file into Sage, Sage compiles it into cython. Is
> there a way to make it show the same thing?
Not aut
Hi
One of the nice aspects of cython is that you can "cython -a" a file
and see what could use optimization.
If I import a .pyx file into Sage, Sage compiles it into cython. Is
there a way to make it show the same thing?
I tried compiling a Sage file with Cython, but (as one might expect)
it cou