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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to