gh-107803: add whatsnew for asyncio double linked list implementation (#120995)

This commit is contained in:
Kumar Aditya 2024-06-28 14:33:31 +05:30 committed by GitHub
parent 1a2e7a7475
commit 58a3580836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -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`.)