diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2022-04-18 14:18:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 14:18:27 (GMT) |
commit | 8c54c3dacccb12a712acaa48d86a54f9ee9e37b5 (patch) | |
tree | 429abc799a7e0e6269fb2bec5c607c69809bc850 /Misc/NEWS.d | |
parent | a29f858124bc698f6604716b73306c65b63b5054 (diff) | |
download | cpython-8c54c3dacccb12a712acaa48d86a54f9ee9e37b5.zip cpython-8c54c3dacccb12a712acaa48d86a54f9ee9e37b5.tar.gz cpython-8c54c3dacccb12a712acaa48d86a54f9ee9e37b5.tar.bz2 |
gh-91576: Speed up iteration of strings (#91574)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-04-15-16-57-23.gh-issue-91576.adoDj_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-04-15-16-57-23.gh-issue-91576.adoDj_.rst b/Misc/NEWS.d/next/Core and Builtins/2022-04-15-16-57-23.gh-issue-91576.adoDj_.rst new file mode 100644 index 0000000..b792f3e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-04-15-16-57-23.gh-issue-91576.adoDj_.rst @@ -0,0 +1 @@ +Speed up iteration of ascii strings by 50%. Patch by Kumar Aditya. |