[pypy-dev] Questions on the pypy+numpy project

Alex Gaynor alex.gaynor at gmail.com
Mon Oct 17 14:35:01 CEST 2011


On Mon, Oct 17, 2011 at 8:29 AM, Ian Ozsvald <ian at ianozsvald.com> wrote:

> > This would be very useful since
> > you don't need to use Cython or any other things like this to provide
> > working code and it already caters for some group of people.
>
> Hi Fijal. This would be useful for a demo - but will it be useful for
> the userbase that becomes motivated to integrate Cython and SciPy?
>
> If it isn't useful to the wider community (which is the point I've
> made after David's email) then aren't we creating a (potentially)
> dead-end project rather than one that opens the doors to increased
> collaboration between the communities?
>
> Perhaps I should ask a wider question: If the pypy-numpy project only
> supports the core features of numpy and not the API (so excluding
> Cython/SciPy etc for now), what's the roadmap that lets people
> integrate SciPy's C/Fortran code in a maintainable way? I.e. how is
> the door opened to community members to introduce SciPy compatibility?
> Some idea of the complexity of the task would be very useful,
> preferably with input from people involved with CPython's numpy/scipy
> internals.
>
> i.
>
> --
> Ian Ozsvald (A.I. researcher)
> ian at IanOzsvald.com
>
> http://IanOzsvald.com
> http://MorConsulting.com/
> http://StrongSteam.com/
> http://SocialTiesApp.com/
> http://TheScreencastingHandbook.com
> http://FivePoundApp.com/
> http://twitter.com/IanOzsvald
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>

Let me ask the opposite question: What route do you envision that gives us
both the speed we (and everyone else) desires, while not having any of these
issues?  That's not a question that has a very good answer I think.  We
could bring CPyExt up to a point where NumPy's C code runs, but that would
be slow and a royal pain in the ass.  What's the other alternative?  We
could port all of NumPy to be pure Python + wrapping code only for existing
C/Fortran libraries.  To be honest, that sounds very swell to me, would the
core-numpy people go for that?  Of course not, because it would be heinously
slow on CPython, which I presume is unacceptable.  So where does that leave
us?  Neither of the current platforms seems acceptable, what's the way
forward where we're all in this together, because I'm having trouble seeing
that (especially if, as Travis's post indicates backwards compatibility
within NumPy means that none of the C APIs can be removed).

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111017/9fd6488a/attachment.html>


More information about the pypy-dev mailing list