[pypy-commit] extradoc extradoc: Add the talk description (WIP)

rguillebert noreply at buildbot.pypy.org
Fri Sep 12 23:24:49 CEST 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: extradoc
Changeset: r5396:f584b11b5444
Date: 2014-09-12 23:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/f584b11b5444/

Log:	Add the talk description (WIP)

diff --git a/talk/pycon2015/status/abstract.rst b/talk/pycon2015/status/abstract.rst
--- a/talk/pycon2015/status/abstract.rst
+++ b/talk/pycon2015/status/abstract.rst
@@ -1,6 +1,17 @@
 PyPy - the last 2 years of progress
 ===================================
 
+Description (one paragraph, 400 chars max)
+------------------------------------------
+
+This talk describes what happened in the PyPy ecosystem in the last 2 years, a
+timeframe in which PyPy has been successfully deployed multiple times while
+yielding interesting performance improvements and a timeframe in which more
+libraries started being compatible with PyPy through the use of cffi.
+
+Detailed Abstract
+-----------------
+
 PyPy has been in the works for more than ten years and has reached relative
 maturity with more and more libraries working under PyPy and more deployments
 happening. Right now it entertains between 0.5-1.0% of PyPI package downloads
@@ -19,21 +30,3 @@
 secretive (e.g. trading companies), but we can still present a few case studies.
 
 XXXX
-
-Abstract
---------
-
-This talk will cover what has happened in the PyPy world during the last 2
-years :
-
-- Progress in Python 3 support and Numpy support
-
-- Performance improvements
-
-- An attempt to remove the GIL using Software Transactional Memory
-
-- CFFI : The best way to interface with C code on PyPy
-
-- Status of the crowdfunding
-
-- ARM


More information about the pypy-commit mailing list