[pypy-commit] extradoc extradoc: abstraxct

fijal noreply at buildbot.pypy.org
Thu Jan 29 14:14:54 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r5491:4a4b4ae9dceb
Date: 2015-01-29 15:15 +0200
http://bitbucket.org/pypy/extradoc/changeset/4a4b4ae9dceb/

Log:	abstraxct

diff --git a/talk/divio-zurich-2015/abstract.rst b/talk/divio-zurich-2015/abstract.rst
new file mode 100644
--- /dev/null
+++ b/talk/divio-zurich-2015/abstract.rst
@@ -0,0 +1,14 @@
+PyPy is a fast and compliant alternative implementation for the Python
+programming language. In this talk I would like to present PyPy, it's goals,
+it's history and the current status of running real world Python code.
+The talk will cover some architectural details like the implementation
+of our Just in Time compiler as well a bit more esoteric features like Software
+Transactional Memory, which promises to provide a GIL less PyPy. It'll also
+contain a fair bit about benchmarking and how to port/move your code to
+PyPy based on a case study.
+
+Maciej Fijalkowski is a long time PyPy core developer, running a consulting
+business around PyPy, baroquesoftware.com. He has been involved in various
+pieces of PyPy, including garbage collector, just in time compiler,
+assembler generation etc.
+


More information about the pypy-commit mailing list