[Cython] Measuring "C-ness"?
Magnus Lie Hetland
magnus at hetland.org
Sat Feb 7 12:44:55 CET 2009
On Feb 7, 2009, at 09:24 , Greg Ewing wrote:
> 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.
Absolutely an option. It may even be the most sensible thing to do,
rather than trying to program in C using Cython :-)
--
Magnus Lie Hetland
http://hetland.org
More information about the Cython-dev
mailing list