[NumPy-Tickets] [NumPy] #938: choose() much slower than in numarray
NumPy Trac
numpy-tickets@scipy....
Wed Mar 23 19:42:37 CDT 2011
#938: choose() much slower than in numarray
------------------------+---------------------------------------------------
Reporter: smoerz | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Changes (by mwiebe):
* milestone: => Unscheduled
Comment:
The choose function (PyArray_Choose) looks like it will make copies of the
inputs in many cases. It's a good candidate for rewriting with the newly
introduced iterator.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/938#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list