[pypy-dev] A proposal about Numpypy missing functions

Maciej Fijalkowski fijall at gmail.com
Mon Jun 18 11:01:36 CEST 2012


On Sat, Jun 16, 2012 at 4:03 PM, Daπid <davidmenhur at gmail.com> wrote:

> Hello,
>
> I have seen that there are some missing functions in numpypy that
> could be implemented, at least naïvely, very easily. An example of
> this is zeros_like, as we have zeros and shape. Another example is the
> random module, easy to port using list comprehension and the random
> module from the standard library. In any case, based on the benchmarks
> I have seen, I think the pypy version would be even faster than the
> pure CPython+Numpy.
>
> Would you be interested in a sub-optimal port of those functions? In
> my opinion, it is better to have something not great (that could be
> improved) that nothing at all. If so, what should I do?
>

The only requirement is that they come with tests (including weird corner
cases)

Cheers,
fijal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120618/7ecf8606/attachment.html>


More information about the pypy-dev mailing list