pmeerw's blog

Thu, 29 May 2008

Cython

Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.

cython does list comprehension, += works, etc. I like cython. I have obtained a 25x speedup with Pyrex for motion-compensated temporal filtering (MCTF).

posted at: 21:14 | path: /programming | permanent link

Made with PyBlosxom