[pypy-commit] extradoc extradoc: start slides

alex_gaynor noreply at buildbot.pypy.org
Sat Feb 4 21:40:43 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r4079:09b3cfb13742
Date: 2012-02-04 15:38 -0500
http://bitbucket.org/pypy/extradoc/changeset/09b3cfb13742/

Log:	start slides

diff --git a/talk/pycon2012/tutorial/slides.rst b/talk/pycon2012/tutorial/slides.rst
new file mode 100644
--- /dev/null
+++ b/talk/pycon2012/tutorial/slides.rst
@@ -0,0 +1,29 @@
+Why PyPy?
+=========
+
+* Performance
+* Memory
+* Sandbox
+
+Performance
+===========
+
+* Sweetspot?
+  * CPython's sweetspot: stuff written in C
+  * PyPy's sweetspot: lots of stuff written in Python
+* http://speed.pypy.org
+* How do you hit the sweetspot?
+  * Be in this room for the next 3 hours.
+
+Memory
+======
+
+* PyPy memory usage is difficult to estimate.
+* Very program dependent.
+* Learn to predict!
+
+Sandbox
+=======
+
+* We're not going to talk about it here.
+* Run untrusted code.


More information about the pypy-commit mailing list