Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4865:a56d8976330b Date: 2012-10-17 09:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/a56d8976330b/
Log: add an abstract diff --git a/talk/rupy2012/abstract.rst b/talk/rupy2012/abstract.rst new file mode 100644 --- /dev/null +++ b/talk/rupy2012/abstract.rst @@ -0,0 +1,13 @@ +In this talk I would like to present the dominant implementation of Python +(CPython) performance characteristics and explain why, in case the performance +is an issue for your application, it's characteristics are bad for +abstractions. + +In the next part I'll explain the mission statement of the PyPy Python +implementation, brief description of it's performance characteristics and +where the project is going. I'll also explain the basics of Just in Time +compilation and what it changes on the observed performance. +In summary, the goal is to explain how +"if you want performance, don't write things in Python" is a bad attitude +and how we're trying to battle it with a high performance Python +virtual machine. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
