-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve performance of _serialize_headers #9603
Conversation
CodSpeed Performance ReportMerging #9603 will improve performances by 23.62%Comparing Summary
Benchmarks breakdown
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9603 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 114 114
Lines 35370 35370
Branches 4195 4195
=======================================
Hits 34887 34887
Misses 323 323
Partials 160 160
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
49c92d0
to
6a8a5dd
Compare
same change as aio-libs/aiohttp#9603
80d3ea1
to
76c7a43
Compare
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #9626 🤖 @patchback |
(cherry picked from commit 4108ca5)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9627 🤖 @patchback |
(cherry picked from commit 4108ca5)
…headers (#9626) Co-authored-by: J. Nick Koston <[email protected]>
…headers (#9627) Co-authored-by: J. Nick Koston <[email protected]>
Improve performance of
_serialize_headers
by ~23%