8000 gh-107803: add whatsnew for asyncio double linked list implementation… · python/cpython@58a3580 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58a3580

Browse files
gh-107803: add whatsnew for asyncio double linked list implementation (#120995)
1 parent 1a2e7a7 commit 58a3580

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ symtable
125125
Optimizations
126126
=============
127127

128+
asyncio
129+
-------
130+
131+
* :mod:`asyncio` now uses double linked list implementation for native tasks
132+
which speeds up execution by 10% on standard pyperformance benchmarks and
133+
reduces memory usage.
134+
(Contributed by Kumar Aditya in :gh:`107803`.)
135+
128136

129137

130138

0 commit comments

Comments
 (0)
0