On Mon, 3 Jun 2013 07:33:23 +0100 David Cournapeau <[email protected]> wrote:
> > While not surprising, I did not expect numpy to be so much slower (25x)... > It is a known limitation of numpy scalars. As soon as you use array > that are not tiny, the speed difference disappears and then favors > numpy arrays (around 50 on my own machine, but that's platform > specific). Thanks for the figure and the explanation. -- Jérôme Kieffer On-Line Data analysis / Software Group ISDD / ESRF tel +33 476 882 445 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
