> Then I suggest you use the standard Python package layout for your code.

That is what I'm going to do from now. As a side note, even with still
a lot of non optimized python code I'm getting a 5x speed up. So cool.

One quick question. I have a bunch of arrays which are of mixed types
with no names ("i4,f4,f4"). I don't need to access them by names and
am fine with getting them as array[0,1]. Do I always have to create a
cython struct definition for them and access the arrays by name in
cython?

Thanks,

Vineet
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to