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

deno socket tweaks #528

Closed
wants to merge 1 commit into from
Closed

deno socket tweaks #528

wants to merge 1 commit into from

Conversation

aricart
Copy link
Member

@aricart aricart commented Jun 1, 2023

[deno] changed socket read buffers 128K
[deno] removed buffer writer on connection, and instead changed to writeAll() - performance change is not noticeable, but in theory should remove some copying/sys calls

[deno] removed buffer writer on connection, and instead changed to writeAll()
@caspervonb caspervonb self-requested a review June 2, 2023 06:04
@aricart aricart closed this Jun 2, 2023
@caspervonb
Copy link
Collaborator

caspervonb commented Jun 5, 2023

theory should remove some copying/sys calls

Would've removed a copy, since flush was on every call.

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

2 participants