[Cython] Measuring "C-ness"?

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Feb 7 09:24:39 CET 2009


Magnus Lie Hetland wrote:
> Ideally, though, the search  
> operations (performed after the structures have been built) should be  
> initiated from Python, but then stay in as pure C as possible

One way to guarantee that something uses purely C
operations is to actually write it in C, as an
external piece of code, and call it from Cython.

-- 
Greg


More information about the Cython-dev mailing list