Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e7a7 commit 58a3580Copy full SHA for 58a3580
1 file changed
Doc/whatsnew/3.14.rst
@@ -125,6 +125,14 @@ symtable
125
Optimizations
126
=============
127
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
136
137
138
0 commit comments