Author: Maciej Fijalkowski <[email protected]> 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. + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
