> I added a preliminary CEP 512 about better array support in Cython. > > http://wiki.cython.org/enhancements/arraytypes >
Great! One thing to keep in mind (I will add this to the wiki) is that the goal o this proposal is to avoid people using raw unprotected malloc calls that could lead to memory leaks. Currently sage uses such unprotected calls through sage_malloc. This proposal would provide a simple, high-performance and safe alternative. I definitely think that NumPy arrays are much too heavyweight or this purpose and introduce an unacceptable dependency. Cheers, Brian _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev