Skip to content
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

Return more chunks from Take::chunks_vectored #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Return more chunks from Take::chunks_vectored #476

wants to merge 1 commit into from

Conversation

vorner
Copy link
Contributor

@vorner vorner commented Feb 2, 2021

Specialize the Takes implementation of the method so it can return as
many chunks as possible, instead of the default 1.

Implements #474.

(I'm not marking it „Closes“, as there's still the open question if the guarantee in the documentation should be relaxed; I think this makes sense even if it gets relaxed because it allows for more optimal use of write_vectored and similar).

Specialize the `Take`s implementation of the method so it can return as
many chunks as possible, instead of the default 1.

Implements #474.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant