Author: Antonio Cuni <anto.c...@gmail.com>
Branch: extradoc
Changeset: r5258:4922c6c8f204
Date: 2014-05-21 01:42 +0200
http://bitbucket.org/pypy/extradoc/changeset/4922c6c8f204/

Log:    more slides

diff --git a/talk/pycon-italy-2014/talk.rst b/talk/pycon-italy-2014/talk.rst
--- a/talk/pycon-italy-2014/talk.rst
+++ b/talk/pycon-italy-2014/talk.rst
@@ -105,13 +105,39 @@
   * http://hippyvm.com/
 
 
-Current status: speed
----------------------
+Current status
+---------------
 
+- Python code: "it just works"
 
+- C code: better than ever!
 
+  * cpyext: more complete, but still slow
 
+  * CFFI: the future
 
+  * Native PyPy C API for embedding
+
+- Lots of CFFI modules around:
+
+  * pygame_cffi, psycopg2_cffi, lxml (in-progress)
+
+- numpy: in-progress, tons of code works out of the box
+
+  * no scipy yet :-/
+
+
+Speed: 6.3x faster than CPython
+--------------------------------
+
+.. image:: speed.png
+   :scale: 47%
+
+
+
+
+xxx
+----
 
 - future: STM
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to