[Cython] Speed up cython for enum declarations

David Cournapeau cournape at gmail.com
Fri Dec 5 01:11:58 CET 2008


On Fri, Dec 5, 2008 at 8:35 AM, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Robert Bradshaw wrote:
>> Perhaps a 1000 line
>> enum is a bit faster, but it seems like it should be a lot faster
>
> It might be informative to find out what proportion of
> the time is spent on scanning, parsing, building the
> parse tree, traversing the parse tree, etc.

What kind of profiling would be most useful for cython/pyrex
developers ? I did not see any option for profiling cython itself in
cython code, but is hotshot kind of information preferred over
cProfile ?

David


More information about the Cython-dev mailing list