Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5048:ae5100082b6f
Date: 2013-09-13 11:45 +0200
http://bitbucket.org/pypy/extradoc/changeset/ae5100082b6f/

Log:    Talk abstract, first version

diff --git a/talk/pycon2014/talk.rst b/talk/pycon2014/talk.rst
new file mode 100644
--- /dev/null
+++ b/talk/pycon2014/talk.rst
@@ -0,0 +1,15 @@
+The status of PyPy
+==================
+
+PyPy is an alternative Python interpreter.  It is seriously fast, but
+progress purely in that direction is reaching limits.  Instead, it is
+growing support for a larger part of the Python ecosystem: a long list
+of common libraries are going from "unsupported" to "badly supported" to
+"well supported".  We also have beta Python 3 support.  In short, try
+PyPy today :-)
+
+On the research front, Transactional Memory seems to work as a way to
+run programs on multiple cores.  It is coming along, fully integrated
+with the JIT compiler.  We will show various examples, including
+versions of event libraries (like Twisted, Tornado, greenlet...) that
+run existing non-multithreaded programs on multiple cores.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to