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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to