Lines Matching full:faster
62 * Python 3.11 is between 10-60% faster than Python 3.10.
64 See :ref:`whatsnew311-faster-cpython` for details.
504 but it is slightly faster for long inputs.
1262 :ref:`whatsnew311-faster-cpython` project, which is covered in its own section.
1271 It is now around 20% faster on x86-64 when dividing an :class:`int`
1275 * :func:`sum` is now nearly 30% faster for integers smaller than ``2**30``.
1289 * Using :class:`asyncio.DatagramProtocol` is now orders of magnitude faster
1295 ≈10 times faster for large arguments (with a larger speedup for larger *k*).
1309 .. _whatsnew311-faster-cpython:
1311 Faster CPython
1315 `25% faster <https://github.com/faster-cpython/ideas#published-results>`_
1322 :ref:`whatsnew311-faster-startup` and :ref:`whatsnew311-faster-runtime`.
1327 .. _whatsnew311-faster-startup:
1329 Faster Startup
1332 .. _whatsnew311-faster-imports:
1355 Interpreter startup is now 10-15% faster in Python 3.11. This has a big
1361 .. _whatsnew311-faster-runtime:
1363 Faster Runtime
1419 :pep:`659` is one of the key parts of the Faster CPython project. The general
1502 .. _whatsnew311-faster-cpython-misc:
1523 faster than Python 3.10.
1527 .. _whatsnew311-faster-cpython-faq:
1539 The Faster CPython project optimizes for common code patterns we observe.
1575 .. _whatsnew311-faster-cpython-about:
1580 Faster CPython explores optimizations for :term:`CPython`. The main team is
2447 :c:func:`PyFrame_GetLineNumber` instead; it may be faster.