Author: Antonio Cuni <[email protected]> Branch: extradoc Changeset: r5145:dc92848ce8b4 Date: 2014-02-07 17:26 +0100 http://bitbucket.org/pypy/extradoc/changeset/dc92848ce8b4/
Log: first draft for the abstract diff --git a/talk/ep2013/status/abstract.rst b/talk/ep2013/status/abstract.rst new file mode 100644 --- /dev/null +++ b/talk/ep2013/status/abstract.rst @@ -0,0 +1,16 @@ +PyPy status talk (a.k.a.: no no, PyPy is not dead) +=================================================== + +In this talk we will present the current status of PyPy, with a particular +focus on what happened in the last two years, since the last EuroPython PyPy +talk. We will give a brief overview of the current speed and the on-going +development efforts, including but not limited to: + +- the status of the JIT and PyPy performance in general + +- the improvements on the Garbage Collector + +- the status of numpy and Python 3 compatibility + +- the status and ideas of the STM (Software Transactional Memory) research + project, which aims to solve the GIL problem _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
