[NumPy-Tickets] [NumPy] #1270: Array support for binary_repr and base_repr
NumPy Trac
numpy-tickets@scipy....
Wed Jul 28 10:17:55 CDT 2010
#1270: Array support for binary_repr and base_repr
-------------------------+--------------------------------------------------
Reporter: mproeller | Owner: somebody
Type: enhancement | Status: new
Priority: low | Milestone: Unscheduled
Component: Other | Version:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by rgommers):
* priority: normal => low
* milestone: => Unscheduled
Comment:
Did some timings with a for loop and vectorize, they are about the same
speed, and about 5 times slower for scalar input than current version.
Unless someone comes up with a version that is (much) faster than a for
loop I don't see the point.
Since these functions only return strings anyway, not ints, is there a
good use case for using it with large arrays?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1270#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list