[Cython] Lists?
T J
tjhnson at gmail.com
Mon Sep 1 01:41:08 CEST 2008
Hi,
New to cython, and I found the sphinx documentation very helpful.
However, I didn't find much about dictionaries and lists. How does
cython handle these....for example, if I were to have a list of
strings....is there a way to inform cython about this so that it could
be compiled? I'm assuming non-homogeneous lists are not candidates
for optimizations (correct?). In general, I guess I am looking for
more discussion/help about such topics. Any pointers would be
appreciated.
Thanks.
More information about the Cython-dev
mailing list