[pypy-commit] extradoc extradoc: Add planning for today

rguillebert noreply at buildbot.pypy.org
Tue Oct 21 12:01:07 CEST 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: extradoc
Changeset: r5445:49e724edda7a
Date: 2014-10-21 11:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/49e724edda7a/

Log:	Add planning for today

diff --git a/sprintinfo/warsaw-2014/planning.txt b/sprintinfo/warsaw-2014/planning.txt
new file mode 100644
--- /dev/null
+++ b/sprintinfo/warsaw-2014/planning.txt
@@ -0,0 +1,36 @@
+Topics
+======
+
+* cffi.verify dlopen flag (Romain)
+
+* PyPy/CPython Bridge (Romain)
+
+* Pandas on PyPy (Romain, Kostia)
+
+* Profiler (Antonio, Maciej?)
+
+* Merge improve-docs (Manuel)
+
+* Merge kill-multimethod remove-remaining-smm  (Manuel)
+
+* STM presentation (Everybody)
+
+* Refactor annotator/rtyper (Ronan)
+
+* Python 3.3 (Valentina, Manuel)
+
+* Jitviewer redesign discussion
+
+* Everything (Armin)
+
+People
+======
+
+Antonio
+Armin
+Kostia
+Ronan
+Valentina
+Romain
+Manuel
+Maciej (not here yet)
diff --git a/talk/pyconie2014/talk.pdf b/talk/pyconie2014/talk.pdf
index 37471fc682314053e975c0a3fb2465f815ebbf06..748494720b5c056a3734955b2bbb4ad2f93692e4
GIT binary patch

[cut]

diff --git a/talk/pyconie2014/talk.rst b/talk/pyconie2014/talk.rst
--- a/talk/pyconie2014/talk.rst
+++ b/talk/pyconie2014/talk.rst
@@ -44,13 +44,15 @@
 
 - Removes overhead when unnecessary
 
-- But Python features which need require overhead remain available (frame introspection, pdb)
+- But Python features which require overhead remain available (frame introspection, pdb)
 
 Performance ?
 -------------
 
 - Things get done faster
 
+- Serve more requests per second
+
 - Lower latency
 
 - Less servers for the same performance
@@ -142,6 +144,15 @@
 
   Unbit
 
+Success stories
+---------------
+
+    PyPy is an excellent choice for every pure Python project that depends on speed of execution of readable and maintainable large source code.
+    [...]
+    We had roughly a 2x speedup with PyPy over CPython.
+
+- Marko Tasic (Web and Data processing)
+
 Future
 ------
 


More information about the pypy-commit mailing list