Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add whatsnew for asyncio double linked list implementation
  • Loading branch information
kumaraditya303 authored Jun 25, 2024
commit c53681c5673c43e4e3bb5879b4e5f2ef2f1c667c
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 implemenation for native tasks
Comment thread
kumaraditya303 marked this conversation as resolved.
Outdated
which speeds up execution by 10% on standard pyperformance benchmarks and
reduces memory usage.
(Contributed by Kumar Aditya in :gh:`107803`.)




Expand Down