2009년 10월 2일 금요일

Python ctypes and Cython


http://cython.org/

Looks promising, especially Cython. I'm going to test both of them.

Update #1. After I tested ctypes with some C shared object which calculates periods of time series, I found ctypes is about 5% slower than pure C. Well, I need to test more, however, it looks very good so far. Only 5% :)