diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2021-07-19 10:58:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:58:32 (GMT) |
commit | d01dceb88b2ca6def8a2284e4c90f89a4a27823f (patch) | |
tree | 36b7eb15781cccf3f501fb05f5c72bc095d15a75 /Misc | |
parent | b2cf2513f9184c850a69fab718532b4f7c6a003d (diff) | |
download | cpython-d01dceb88b2ca6def8a2284e4c90f89a4a27823f.zip cpython-d01dceb88b2ca6def8a2284e4c90f89a4a27823f.tar.gz cpython-d01dceb88b2ca6def8a2284e4c90f89a4a27823f.tar.bz2 |
bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-07-12-04-06-57.bpo-41972.nDX5k_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-07-12-04-06-57.bpo-41972.nDX5k_.rst b/Misc/NEWS.d/next/Core and Builtins/2021-07-12-04-06-57.bpo-41972.nDX5k_.rst new file mode 100644 index 0000000..3daffb9 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-07-12-04-06-57.bpo-41972.nDX5k_.rst @@ -0,0 +1 @@ +Tuned the string-searching algorithm of fastsearch.h to have a shorter inner loop for most cases.
\ No newline at end of file |