Author: Romain Guillebert <romain...@gmail.com> Branch: extradoc Changeset: r5474:70b9b4be4e0d Date: 2014-12-04 02:13 +0100 http://bitbucket.org/pypy/extradoc/changeset/70b9b4be4e0d/
Log: Progress diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst --- a/talk/scipyindia2014/talk.rst +++ b/talk/scipyindia2014/talk.rst @@ -26,11 +26,6 @@ * Compatibility is very important to us -Speed ------ - -* XXX : Insert speed.pypy.org screenshot - Python ------ @@ -42,6 +37,16 @@ * Considered slow +Speed +----- + +* XXX : Insert speed.pypy.org screenshot + +Demo +---- + +* Real-time edge detection + How to get performance out of Python code ? ------------------------------------------- @@ -58,6 +63,12 @@ * PyPy is pretty good at interacting with C code with cffi +* With CFFI you can call C code from Python and expose Python functions to C + + - this means that you can create your own C API in pure python ! + +* It is now possible to embed PyPy in a C application (uWSGI) + * C extensions written using the Python C API can work, but they're slow and support is incomplete * We have ideas to help with that in some use cases _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit