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

fix(forwarder): introduce github.com/klauspost/pgzip #325

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

jta
Copy link
Contributor

@jta jta commented Jul 29, 2024

We can improve read performance slightly by ensuring we decompress GZIP'd objects in larger chunks.

Additionally, this commit fixes a bug whereby the reader was closed before all data was read. This was a noop when using compress/gzip, but caused deadlocks when replacing the package with klauspost/pgzip.

We can improve read performance slightly by ensuring we decompress
GZIP'd objects in larger chunks.

Additionally, this commit fixes a bug whereby the reader was closed
before all data was read. This was a noop when using `compress/gzip`,
but caused deadlocks when replacing the package with `klauspost/pgzip`.
@jta jta marked this pull request as ready for review July 29, 2024 21:16
@jta jta requested a review from obs-gh-alexlew July 29, 2024 21:17
@jta jta merged commit 8a19ab1 into main Jul 29, 2024
15 checks passed
@jta jta deleted the joao/gzip-reader branch July 29, 2024 23:31
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.

2 participants