[pypy-svn] r55082 - pypy/extradoc/talk/ep2008

fijal at codespeak.net fijal at codespeak.net
Wed May 21 21:15:53 CEST 2008


Author: fijal
Date: Wed May 21 21:15:47 2008
New Revision: 55082

Added:
   pypy/extradoc/talk/ep2008/abstract_obscure.txt   (contents, props changed)
   pypy/extradoc/talk/ep2008/abstract_status.txt   (contents, props changed)
Log:
Quick abstracts to submit in desired deadline.


Added: pypy/extradoc/talk/ep2008/abstract_obscure.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2008/abstract_obscure.txt	Wed May 21 21:15:47 2008
@@ -0,0 +1,36 @@
+Title
+=====
+
+PyPy - garbage collection details.
+
+Summary
+=======
+
+Obscure, naked, details of garbage collection strategies available in pypy.
+Will contain performance difference of various operations depending on
+chosen GC.
+
+Abstract
+========
+
+In this talk, we'll cover garbage collection strategies present in PyPy.
+We'll not go into implementation details of those, but instead we'll
+try to explain how certain operations behave and especially how they
+present different performance characteristics than cpython's reference
+counting strategy. We'll also explain why certain programming patterns
+work well on some garbage collectors and doesn't work too well on others
+and how to avoid such obstacles.
+
+Proposed Length of talk required
+================================
+
+30 minutes.
+
+Brief Biography
+===============
+
+Maciej Fijalkowski is a core pypy developer, particularly interested
+in obscure details of various parts.
+
+Armin Rigo is the author of psyco JIT, as well as key person behind
+most pypy's obscure advanced details.

Added: pypy/extradoc/talk/ep2008/abstract_status.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2008/abstract_status.txt	Wed May 21 21:15:47 2008
@@ -0,0 +1,30 @@
+Title
+=====
+
+PyPy status talk.
+
+Summary
+=======
+
+Quick summary of cool features of pypy, where we are now and where we are going.
+
+Abstract
+========
+
+This talk will try to explain to broader public status of the PyPy project,
+where we are and where we are going. We're going to show some demos of
+cool features, but also we're going to run real applications on top of pypy
+to showcase how complaint our python interpreter is.
+
+This talk will not cover any internal details (or at least not that many :),
+which will be covered by different talk.
+
+Proposed Length of talk required
+================================
+
+45 minutes.
+
+Brief Biography
+===============
+
+Maciej Fijalkowski is a core pypy developer.



More information about the Pypy-commit mailing list