On 2-Dec-09, at 8:09 PM, Neal Becker wrote: > Not bad, although I wonder whether a partial sort could be faster.
Probably (if the array is large) but depending on n, not if it's in Python. Ideal problem for Cython, though. David _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
