[Numpy-discussion] So...

Pauli Virtanen pav at iki.fi
Fri Mar 25 08:33:33 EDT 2011


Fri, 25 Mar 2011 13:23:11 +0100, Sturla Molden wrote:
> FFTs should keep the GIL locked, because sharing the interpreter is not
> funny.
> Array indices should be sizeof(void*), because following C standard and
> Python C API is lame.
> Median should be calculated in O(n log n) instead of O(n) time, because
> redundant sorting is gymnatics for the CPU.

That the ticket was changed "unscheduled" does not mean it will not be 
implemented when someone finds the extra time for it.

That npy_intp will not be redefined as ssize_t does not mean that the 
type of array indices could not be changed.




More information about the NumPy-Discussion mailing list