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

Remove buffering from the pipe file handles #86

Merged
merged 2 commits into from
Oct 5, 2024
Merged

Conversation

harendra-kumar
Copy link
Member

@harendra-kumar harendra-kumar commented Sep 26, 2024

The underlying pipe file handles should not use buffering at all. Any type of buffering can be easily achieved using stream operations.

Allow buffer size specification in byte and char APIs.
@harendra-kumar harendra-kumar changed the title Try line buffering in pipeChunks Remove buffering from the pipe file handles Oct 4, 2024
@harendra-kumar harendra-kumar merged commit c1ce40e into master Oct 5, 2024
6 of 11 checks passed
@harendra-kumar harendra-kumar deleted the line-buffering branch November 15, 2024 20:49
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.

1 participant