Pyrex speed

Diez B. Roggisch deets at nospam.web.de
Sat May 27 07:05:11 EDT 2006


Jim Lewis schrieb:
> Has anyone found a good link on exactly how to speed up code using
> pyrex? I found various info but the focus is usually not on code
> speedup.

The code speedup comes through the usage of C by pyrex itself, and using 
it to put a thin layer over C-functions available/coded for that purpose.

Diez



More information about the Python-list mailing list