[pypy-commit] extradoc extradoc: Progress

rguillebert noreply at buildbot.pypy.org
Fri Dec 5 23:01:38 CET 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: extradoc
Changeset: r5478:dd38c1bea82c
Date: 2014-12-06 03:31 +0530
http://bitbucket.org/pypy/extradoc/changeset/dd38c1bea82c/

Log:	Progress

diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst
--- a/talk/scipyindia2014/talk.rst
+++ b/talk/scipyindia2014/talk.rst
@@ -1,3 +1,5 @@
+.. include:: beamerdefs.txt
+
 =============================
 PyPy and the scientific stack
 =============================
@@ -40,7 +42,16 @@
 Speed
 -----
 
-* XXX : Insert speed.pypy.org screenshot
+.. image:: speed.png
+   :scale: 50%
+   :align: center
+
+How ?
+-----
+
+* Tracing Just-In-Time compiler
+
+* Removes overhead
 
 Demo
 ----
@@ -103,8 +114,23 @@
 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
+
+* Lazy evaluation ?
+
 PyMetabiosis
 ------------
 
+* Work in progress
+
 JitPy
 -----
+
+* Work in progress
+
+Thank You
+---------
+
+Questions ?


More information about the pypy-commit mailing list