On 07/15/2010 07:06 PM, Robert Bradshaw wrote: > > It sounds like what we need is a non-object-backed array (e.g. a raw > NumPy array struct) where some of the metadata (e.g. type) is carried > around by the compiler rather than at runtime. The question here is > how to handle memory allocation--is this done manually in Fortran? I > suppose slices could just be structs passed around by value. >
Which, BTW, is EXACTLY what the int[:,:]-type and the kurt-gsoc branch is all about. Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
