-
Notifications
You must be signed in to change notification settings - Fork 68
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
Implement zerocopy writes #990
Merged
Merged
Commits on Nov 1, 2024
-
With Python 3.12+ and later transport.writelines is implemented as `sendmsg(..., IOV_MAX)` which allows us to avoid joining the bytes and sending them in one go
Configuration menu - View commit details
-
Copy full SHA for d48ef35 - Browse repository at this point
Copy the full SHA d48ef35View commit details -
With Python 3.12+ and later transport.writelines is implemented as `sendmsg(..., IOV_MAX)` which allows us to avoid joining the bytes and sending them in one go
Configuration menu - View commit details
-
Copy full SHA for d9e7fda - Browse repository at this point
Copy the full SHA d9e7fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b3c96 - Browse repository at this point
Copy the full SHA 16b3c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b1036 - Browse repository at this point
Copy the full SHA 36b1036View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9755cf - Browse repository at this point
Copy the full SHA a9755cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dac717 - Browse repository at this point
Copy the full SHA 0dac717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1516a2e - Browse repository at this point
Copy the full SHA 1516a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d83d71b - Browse repository at this point
Copy the full SHA d83d71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac7e68 - Browse repository at this point
Copy the full SHA 2ac7e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733fe97 - Browse repository at this point
Copy the full SHA 733fe97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cf0bd - Browse repository at this point
Copy the full SHA 35cf0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6f50b - Browse repository at this point
Copy the full SHA 9a6f50bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.