mirror of https://github.com/python/cpython
gh-107803: add whatsnew for asyncio double linked list implementation (#120995)
This commit is contained in:
parent
1a2e7a7475
commit
58a3580836
|
@ -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`.)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue