8000 gh-126024: optimize UTF-8 decoder for short non-ASCII string by methane · Pull Request #126025 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126024: optimize UTF-8 decoder for short non-ASCII string #126025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 29, 2024
Merged
Prev Previous commit
Next Next commit
add news
  • Loading branch information
methane committed Oct 27, 2024
commit 73c381e8fc613f6d6d517a0ec677d7e859e9eadc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Optimize decoding of short UTF-8 sequences containing non-ASCII characters
by approximately 1.5x.
Loading
0