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

Minimal write coalescing #72

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

Conversation

Stebalien
Copy link
Member

This re-enables minimal write coalescing but without introducing an actual delay. This will help us coalesce pings, writes on multiple streams, etc, when under load.

@Stebalien Stebalien force-pushed the feat/minimal-write-coalescing branch from 523fc5e to a9143d7 Compare January 6, 2022 20:47
@Stebalien
Copy link
Member Author

Based on-top-of #71.

@Stebalien
Copy link
Member Author

Stebalien commented Jan 6, 2022

Motivation: reduces the impact of #70.

Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha! A goto!

This won't coalesce with a delay, but will coalesce writes from multiple
streams and/or pings if they're available at the same time.
@marten-seemann
Copy link
Contributor

Rebased on top of master, now that #71 was merged.

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

3 participants