[pypy-commit] extradoc extradoc: work on it

fijal noreply at buildbot.pypy.org
Thu Oct 1 13:27:04 CEST 2015


Author: fijal
Branch: extradoc
Changeset: r5559:a010b0057b87
Date: 2015-10-01 13:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/a010b0057b87/

Log:	work on it

diff --git a/talk/pyconza2015/talk.rst b/talk/pyconza2015/talk.rst
--- a/talk/pyconza2015/talk.rst
+++ b/talk/pyconza2015/talk.rst
@@ -29,6 +29,8 @@
 
 * different base, not written in C
 
+* ~7x faster than cpython
+
 PyPy - the wider angle
 ----------------------
 
@@ -122,9 +124,31 @@
 Guidos points about optimizing python
 -------------------------------------
 
-xxx find the link
-
 Why we're here?
 ---------------
 
-yyyyy
+* because the points above don't really work
+
+* once you fix obvious mistakes, profiles tend to look flat
+
+* let's look at some of them
+
+the basics
+----------
+
+* have a metric
+
+a word about timeit
+-------------------
+
+xxxxx
+
+introducing vmprof
+------------------
+
+* low-overhead profiler
+
+* statistical
+
+* visualization tools (work in progress)
+


More information about the pypy-commit mailing list