Author: Romain Guillebert <romain...@gmail.com> Branch: extradoc Changeset: r5481:89e8eadeff5e Date: 2014-12-06 14:02 +0530 http://bitbucket.org/pypy/extradoc/changeset/89e8eadeff5e/
Log: Nearly done ? diff --git a/talk/scipyindia2014/talk.pdf b/talk/scipyindia2014/talk.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4be849fc047dc21919a478732a2521894f5b01fc GIT binary patch [cut] diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst --- a/talk/scipyindia2014/talk.rst +++ b/talk/scipyindia2014/talk.rst @@ -107,14 +107,14 @@ * Most of numpy is there -* XXX is missing +* linalg and the object dtype are the two biggest features that we haven't implemented yet NumPyPy performance ------------------- * Vectorized operations should be as fast as Numpy -* Using ndarrays as you would use arrays in C or Java should be as fast +* Using ndarrays as you would use arrays in C or Java should be as fast as the vectorized way * Lazy evaluation ? @@ -123,7 +123,7 @@ * Work in progress -* Allows you to use any CPython module on PyPy +* Allows you to use any CPython module on PyPy (scipy for example) * Embeds CPython into PyPy with CFFI @@ -164,7 +164,7 @@ * Provides a decorator that allows you to run specific functions on PyPy -* Is used the same way as numba, but different performance caracteristics +* Is used the same way as numba, but different performance characteristics JitPy ----- @@ -188,6 +188,17 @@ |end_scriptsize| +Future +------ + +* Full numpy support + +* Improved C extension compatibility + +* I would like to see Cython work with PyPy + +* No more Global Interpreter Lock + Thank You --------- _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit