[Numpy-discussion] So...

Sturla Molden sturla at molden.no
Fri Mar 25 08:23:11 EDT 2011


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.

But at least something happened to the tickets, after a year or two :-)

Sturla



More information about the NumPy-Discussion mailing list