]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document speedup in whatsnew
authorChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 01:10:06 +0000 (03:10 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 01:10:06 +0000 (03:10 +0200)
Doc/whatsnew/3.4.rst

index 50eef8432e2b476121bc3853624860adbb25c716..67550d5cfcbf5f72142b6c6606cfbc8ba505e7b2 100644 (file)
@@ -506,6 +506,17 @@ Major performance enhancements have been added:
 
   (Contributed by Raymond Hettinger in :issue"`18771`.)
 
+* The interpreter starts about 30% faster. A couple of measures lead to the
+  speedup. The interpreter loads less modules on startup, e.g. the :mod:`re`,
+  :mod:`collections` and :mod:`locale` modules and their dependencies are no
+  longer imported by default. The marshal module has been improved to load
+  compiled Python code faster.
+
+  (Contributed by Antoine Pitrou, Christian Heimes and Victor Stinner in
+  :issue:`19219`, :issue:`19218`, :issue:`19209`, :issue:`19205` and
+  :issue:`9548`)
+
+
 
 Build and C API Changes
 =======================