Re: [Numpy-discussion] speed of numpy.ndarray compared toNumeric.array

2011-01-10 Thread David Cournapeau
On Mon, Jan 10, 2011 at 6:04 PM, EMMEL Thomas wrote: > > Yes, of course and my real implementation uses exactly these methods, > but there are still issues with the arrays. Did you try kd-trees in scipy ? David ___ NumPy-Discussion mailing list NumPy-

Re: [Numpy-discussion] speed of numpy.ndarray compared toNumeric.array

2011-01-10 Thread EMMEL Thomas
> On Mon, Jan 10, 2011 at 5:09 PM, EMMEL Thomas > wrote: > > To John: > > > >> Did you try larger arrays/tuples? I would guess that makes a > significant > >> difference. > > > > No I didn't, due to the fact that these values are coordinates in 3D > (x,y,z). > > In fact I work with a list/array/tu