On Thursday 06 March 2008 13:15:27 Fernando Perez wrote: > - Rewriting the existing ndarray subclasses that ship with numpy, such > as record arrays, in cython. In doing this, benchmarks of the > relative performance of the new code should be obtained.
Fernando, I remember having huge difficulties trying to implement ndarray subclasses in vanilla Pyrex, to the extent that I gave up that approach. Does it work better in Cython (I haven't tried it yet) ? _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
