-
-
Notifications
You must be signed in to change notification settings - Fork 164
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 the quoters #1407
Conversation
same change as aio-libs/aiohttp#9603
CodSpeed Performance ReportMerging #1407 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1407 +/- ##
==========================================
- Coverage 96.06% 96.01% -0.05%
==========================================
Files 31 31
Lines 5765 5769 +4
Branches 344 344
==========================================
+ Hits 5538 5539 +1
- Misses 201 204 +3
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Looks like its already better optimized here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please postpone the merge until tomorrow. I'd like to dig in deeper a little
This one didn't show enough performance change to make it worth it. aio-libs/aiohttp#9603 does though. Already left a note there that it needs a "second set of 👀" |
Well, I've looked on Cython generated code. |
I agree, that's why I closed this one |
same change as aio-libs/aiohttp#9603