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

zstd: Add stream encoding without goroutines #505

Merged
merged 2 commits into from Feb 27, 2022
Merged

Conversation

klauspost
Copy link
Owner

@klauspost klauspost commented Feb 26, 2022

Do not use goroutines when encoder concurrency is 1.

Fixes #264

Can probably be cleaned up a bit.

Do not use goroutines when encoder concurrency is 1.

Fixes #264

Can probably be clean up a bit.
@klauspost klauspost merged commit 15b48b6 into master Feb 27, 2022
@klauspost klauspost deleted the zstd-sync-encoder branch February 27, 2022 09: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.

zstd: add no-goroutine option to encoding
1 participant