Author: Alex Gaynor <[email protected]> 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. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
