[pypy-svn] r80293 - pypy/extradoc/talk/ustour2011

lac at codespeak.net lac at codespeak.net
Sat Feb 5 14:43:37 CET 2011


Author: lac
Date: Sat Feb  5 14:43:36 2011
New Revision: 80293

Modified:
   pypy/extradoc/talk/ustour2011/mozilla-abstract.txt
Log:
Add bios.


Modified: pypy/extradoc/talk/ustour2011/mozilla-abstract.txt
==============================================================================
--- pypy/extradoc/talk/ustour2011/mozilla-abstract.txt	(original)
+++ pypy/extradoc/talk/ustour2011/mozilla-abstract.txt	Sat Feb  5 14:43:36 2011
@@ -1,10 +1,37 @@
+XXX Need title here
+Speakers: Armin Rigo, Maciej Fijalkowski
 
-Authors: Armin Rigo, Maciej Fijalkowski
-# XXX get bios from laura
+Bios:
+Armin Rigo is a researcher at Heinrich-Heine-Universität in Düsseldorf,
+Germany.  His academic interests include Programming Languages and
+Implementation Techniques.
+
+He is the lead designer of the PyPy project and one of its
+original founders.  He is also the author of Psyco, a hand-coded
+Just-in-Time specializing compiler for Python, which can be used
+transparently with 32-bit x86 versions of CPython.  Since 2003 he has
+worked on all aspects of PyPy: its Python interpreter (written in
+Python), its translation toolchain (which produces C code), its
+garbage collectors, and its Tracing Just-in-Time compiler generator.
+Since the end of 2010, the Just in Time compiler generated by PyPy
+has outperformed Psyco, while being much more general and robust.
+
+Maciej Fijalkowski is a core developer of the PyPy project. He
+started contributing to it with the help of the Google Summer of Code
+Project in 2005, when he developed the Javascript backend. Since then,
+he has worked on the core of PyPy, including ctypes, the Just-In-Time
+compiler, garbage collectors and more.
+
+At present he is employed by SKA South Africa to build infrastructure
+for MeerKAT, a very large radio telescope under construction in the
+Karoo desert. The infrastructure is largely python-based and employs
+Twisted and PyPy among other technologies.
 
-The PyPy project has gathered recently a lot of attention for its
+Abstract:
+
+The PyPy project has recently gathered a lot of attention for its
 progress on speeding up the Python language -- it is the fastest,
-most compatible and stable alternative Python interpreter:
+most compatible and most stable 'alternative´ Python interpreter:
 
 * most Python benchmarks run much faster than with CPython or Psyco
 * the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast



More information about the Pypy-commit mailing list