Skip to content

Commit

Permalink
pythongh-107803: add whatsnew for asyncio double linked list implemen…
Browse files Browse the repository at this point in the history
…tation (python#120995)
  • Loading branch information
kumaraditya303 committed Jun 28, 2024
1 parent 1a2e7a7 commit 58a3580
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ symtable
Optimizations
=============

asyncio
-------

* :mod:`asyncio` now uses double linked list implementation for native tasks
which speeds up execution by 10% on standard pyperformance benchmarks and
reduces memory usage.
(Contributed by Kumar Aditya in :gh:`107803`.)




Expand Down

0 comments on commit 58a3580

Please sign in to comment.