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

Responsive publisher, with asynchronous IO #344

Merged
merged 12 commits into from
May 28, 2024
Merged

Conversation

joefowler
Copy link
Member

Try to solve problems with slow disk access by inserting a deep channel for []byte objects between the publisher in Go and an underlying bufio.Writer object.

We saw problems with slow disk writing in the HausKat project, but we hope this leads to better performance in general.

@joefowler joefowler requested a review from ggggggggg May 25, 2024 17:35
@joefowler joefowler merged commit 4dc3780 into master May 28, 2024
4 checks passed
@joefowler joefowler deleted the responsive_publisher branch May 28, 2024 15:19
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