mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Document speedup in whatsnew
This commit is contained in:
parent
3572842c19
commit
17ecd1d384
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
=======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue