[NumPy-Tickets] [NumPy] #1143: Improve performance of PyUFunc_Reduce
NumPy Trac
numpy-tickets@scipy....
Thu Aug 18 16:25:03 CDT 2011
#1143: Improve performance of PyUFunc_Reduce
-------------------------+--------------------------------------------------
Reporter: brandyn | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.0.4
Keywords: |
-------------------------+--------------------------------------------------
Changes (by mwiebe):
* status: new => needs_review
Comment:
With the changes I've made in my missingdata branch, here's what I get
running the test script:
{{{
Building matrix...
Timing...
Python sum: 35575/sec (a)
Python sum: 16191/sec (b)
numpy sum: 14852/sec (c)
Speed ratio: 1.1:1 (b/c)
}}}
I think it will be reasonable to mark this ticket as closed once it gets
merged.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1143#comment:8>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list