-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Re-enable vectored writes #2320
Copy link
Copy link
Closed
Labels
C-performanceCategory: performance. This is making existing behavior go faster.Category: performance. This is making existing behavior go faster.
Milestone
Metadata
Metadata
Assignees
Labels
C-performanceCategory: performance. This is making existing behavior go faster.Category: performance. This is making existing behavior go faster.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Tokio 0.3 removed an API to do vectored writes. During the upgrade, hyper disabled its support, but we should try to re-enable before releasing 0.14.
This requires a proposal for a new API in Tokio proper.